public interface io.micronaut.http.context.ServerContextPathProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.micronaut.http.context.ServerContextPathProvider
  super_class: java.lang.Object
{
  public abstract java.lang.String getContextPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.Nullable()
}
SourceFile: "ServerContextPathProvider.java"