public class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler implements io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;>;

  private final io.vertx.ext.web.handler.graphql.GraphQLHandler delegate;
    descriptor: Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler.getDelegate()Lio/vertx/ext/web/handler/graphql/GraphQLHandler; (5)
                  (Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;

  public void <init>(io.vertx.ext.web.handler.graphql.GraphQLHandler);
    descriptor: (Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandler delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
         2: .line 77
            return
        end local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    3     1  delegate  Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.handler.graphql.GraphQLHandler
            putfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.handler.graphql.GraphQLHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;

  public void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.graphql.GraphQLHandler.handle:(Ljava/lang/Object;)V
         1: .line 93
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
       Name  Flags
      event  

  public io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler queryContext(java.util.function.Function<io.vertx.reactivex.ext.web.RoutingContext, java.lang.Object>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // java.util.function.Function factory
         0: .line 102
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$1
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$1.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.GraphQLHandler.queryContext:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            pop
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Ljava/lang/Object;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Ljava/lang/Object;>;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
         Name  Flags
      factory  

  public static io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler create(graphql.GraphQL);
    descriptor: (Lgraphql/GraphQL;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // graphql.GraphQL graphQL
         0: .line 119
            aload 0 /* graphQL */
            invokestatic io.vertx.ext.web.handler.graphql.GraphQLHandler.create:(Lgraphql/GraphQL;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokestatic io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.newInstance:(Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler ret
         1: .line 120
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler ret
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  graphQL  Lgraphql/GraphQL;
            1    2     1      ret  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
         Name  Flags
      graphQL  

  public static io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler create(graphql.GraphQL, io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions);
    descriptor: (Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/GraphQLHandlerOptions;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // graphql.GraphQL graphQL
        start local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options
         0: .line 132
            aload 0 /* graphQL */
            aload 1 /* options */
            invokestatic io.vertx.ext.web.handler.graphql.GraphQLHandler.create:(Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/GraphQLHandlerOptions;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            invokestatic io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.newInstance:(Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler ret
         1: .line 133
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler ret
        end local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  graphQL  Lgraphql/GraphQL;
            0    2     1  options  Lio/vertx/ext/web/handler/graphql/GraphQLHandlerOptions;
            1    2     2      ret  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
         Name  Flags
      graphQL  
      options  

  public io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler dataLoaderRegistry(java.util.function.Function<io.vertx.reactivex.ext.web.RoutingContext, org.dataloader.DataLoaderRegistry>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // java.util.function.Function factory
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$2
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$2.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.GraphQLHandler.dataLoaderRegistry:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            pop
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Lorg/dataloader/DataLoaderRegistry;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Lorg/dataloader/DataLoaderRegistry;>;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
         Name  Flags
      factory  

  public io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler locale(java.util.function.Function<io.vertx.reactivex.ext.web.RoutingContext, java.util.Locale>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
        start local 1 // java.util.function.Function factory
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.delegate:Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            new io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$3
            dup
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$3.<init>:(Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;Ljava/util/function/Function;)V
            invokeinterface io.vertx.ext.web.handler.graphql.GraphQLHandler.locale:(Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
            pop
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
            0    2     1  factory  Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Ljava/util/Locale;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/ext/web/RoutingContext;Ljava/util/Locale;>;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
         Name  Flags
      factory  

  public static io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandler);
    descriptor: (Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)Lio/vertx/reactivex/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphQLHandler arg
         0: .line 169
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.<init>:(Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
         2: areturn
        end local 0 // io.vertx.ext.web.handler.graphql.GraphQLHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.ext.web.RoutingContext
            invokevirtual io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 69
            new io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.handler.graphql.GraphQLHandler
            invokespecial io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler.<init>:(Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
SourceFile: "GraphQLHandler.java"
NestMembers:
  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$1  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$2  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$3
InnerClasses:
  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$1
  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$2
  io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/handler/graphql/GraphQLHandler;)