public class io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_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.graphql.GraphQLHandler_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/ext/web/handler/graphql/GraphQLHandler_GroovyExtension;

  public static io.vertx.ext.web.handler.graphql.GraphQLHandler queryContext(io.vertx.ext.web.handler.graphql.GraphQLHandler, java.util.function.Function<io.vertx.ext.web.RoutingContext, java.lang.Object>);
    descriptor: (Lio/vertx/ext/web/handler/graphql/GraphQLHandler;Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphQLHandler j_receiver
        start local 1 // java.util.function.Function factory
         0: .line 4
            aload 0 /* j_receiver */
            aload 1 /* factory */
            ifnull 2
            new io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension$1
            dup
            aload 1 /* factory */
            invokespecial io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension$1.<init>:(Ljava/util/function/Function;)V
         1: .line 10
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphQLHandler
         2: aconst_null
         3: .line 4
      StackMap locals: io.vertx.ext.web.handler.graphql.GraphQLHandler java.util.function.Function
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphQLHandler io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension$1
            invokeinterface io.vertx.ext.web.handler.graphql.GraphQLHandler.queryContext:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 11
            aload 0 /* j_receiver */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.ext.web.handler.graphql.GraphQLHandler j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  j_receiver  Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            0    5     1     factory  Ljava/util/function/Function<Lio/vertx/ext/web/RoutingContext;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/web/handler/graphql/GraphQLHandler;Ljava/util/function/Function<Lio/vertx/ext/web/RoutingContext;Ljava/lang/Object;>;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
            Name  Flags
      j_receiver  
      factory     
}
SourceFile: "GraphQLHandler_GroovyExtension.java"
NestMembers:
  io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension$1
InnerClasses:
  io.vertx.groovy.ext.web.handler.graphql.GraphQLHandler_GroovyExtension$1