public class io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/ext/web/handler/ChainAuthHandler_GroovyExtension;

  public static void parseCredentials(io.vertx.ext.web.handler.ChainAuthHandler, io.vertx.ext.web.RoutingContext, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/ext/web/handler/ChainAuthHandler;Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.ChainAuthHandler j_receiver
        start local 1 // io.vertx.ext.web.RoutingContext context
        start local 2 // io.vertx.core.Handler handler
         0: .line 4
            aload 0 /* j_receiver */
            aload 1 /* context */
         1: .line 5
            aload 2 /* handler */
            ifnull 3
            new io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension$1
            dup
            aload 2 /* handler */
            invokespecial io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension$1.<init>:(Lio/vertx/core/Handler;)V
         2: .line 9
            goto 4
      StackMap locals: io.vertx.ext.web.handler.ChainAuthHandler io.vertx.ext.web.RoutingContext io.vertx.core.Handler
      StackMap stack: io.vertx.ext.web.handler.ChainAuthHandler io.vertx.ext.web.RoutingContext
         3: aconst_null
         4: .line 4
      StackMap locals: io.vertx.ext.web.handler.ChainAuthHandler io.vertx.ext.web.RoutingContext io.vertx.core.Handler
      StackMap stack: io.vertx.ext.web.handler.ChainAuthHandler io.vertx.ext.web.RoutingContext io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension$1
            invokeinterface io.vertx.ext.web.handler.ChainAuthHandler.parseCredentials:(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         5: .line 10
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.ext.web.RoutingContext context
        end local 0 // io.vertx.ext.web.handler.ChainAuthHandler j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  j_receiver  Lio/vertx/ext/web/handler/ChainAuthHandler;
            0    6     1     context  Lio/vertx/ext/web/RoutingContext;
            0    6     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/ext/web/handler/ChainAuthHandler;Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
            Name  Flags
      j_receiver  
      context     
      handler     
}
SourceFile: "ChainAuthHandler_GroovyExtension.java"
NestMembers:
  io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension$1
InnerClasses:
  io.vertx.groovy.ext.web.handler.ChainAuthHandler_GroovyExtension$1