public final class org.glassfish.grizzly.http.server.util.Mapper$Host extends org.glassfish.grizzly.http.server.util.Mapper$MapElement
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.util.Mapper$Host
  super_class: org.glassfish.grizzly.http.server.util.Mapper$MapElement
{
  public org.glassfish.grizzly.http.server.util.Mapper$ContextList contextList;
    descriptor: Lorg/glassfish/grizzly/http/server/util/Mapper$ContextList;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String[] defaultContextPaths;
    descriptor: [Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public org.glassfish.grizzly.http.server.util.Mapper$Context[] defaultContexts;
    descriptor: [Lorg/glassfish/grizzly/http/server/util/Mapper$Context;
    flags: (0x0001) ACC_PUBLIC

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.util.Mapper$Host this
         0: .line 1749
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.util.Mapper$MapElement.<init>:()V
         1: .line 1751
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.util.Mapper$Host.contextList:Lorg/glassfish/grizzly/http/server/util/Mapper$ContextList;
         2: .line 1753
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.util.Mapper$Host.defaultContextPaths:[Ljava/lang/String;
         3: .line 1754
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.util.Mapper$Host.defaultContexts:[Lorg/glassfish/grizzly/http/server/util/Mapper$Context;
         4: .line 1749
            return
        end local 0 // org.glassfish.grizzly.http.server.util.Mapper$Host this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http/server/util/Mapper$Host;
}
SourceFile: "Mapper.java"
NestHost: org.glassfish.grizzly.http.server.util.Mapper
InnerClasses:
  protected final Context = org.glassfish.grizzly.http.server.util.Mapper$Context of org.glassfish.grizzly.http.server.util.Mapper
  protected final ContextList = org.glassfish.grizzly.http.server.util.Mapper$ContextList of org.glassfish.grizzly.http.server.util.Mapper
  protected final Host = org.glassfish.grizzly.http.server.util.Mapper$Host of org.glassfish.grizzly.http.server.util.Mapper
  protected abstract MapElement = org.glassfish.grizzly.http.server.util.Mapper$MapElement of org.glassfish.grizzly.http.server.util.Mapper