public final class org.glassfish.grizzly.http.server.util.Mapper$ContextList
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.util.Mapper$ContextList
  super_class: java.lang.Object
{
  public org.glassfish.grizzly.http.server.util.Mapper$Context[] contexts;
    descriptor: [Lorg/glassfish/grizzly/http/server/util/Mapper$Context;
    flags: (0x0001) ACC_PUBLIC

  public int nesting;
    descriptor: I
    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$ContextList this
         0: .line 1955
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1957
            aload 0 /* this */
            iconst_0
            anewarray org.glassfish.grizzly.http.server.util.Mapper$Context
            putfield org.glassfish.grizzly.http.server.util.Mapper$ContextList.contexts:[Lorg/glassfish/grizzly/http/server/util/Mapper$Context;
         2: .line 1958
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.server.util.Mapper$ContextList.nesting:I
         3: .line 1955
            return
        end local 0 // org.glassfish.grizzly.http.server.util.Mapper$ContextList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/server/util/Mapper$ContextList;
}
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