public interface io.vertx.ext.web.handler.graphql.GraphQLHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.graphql.GraphQLHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.graphql.GraphQLHandler create(graphql.GraphQL);
    descriptor: (Lgraphql/GraphQL;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // graphql.GraphQL graphQL
         0: .line 46
            aload 0 /* graphQL */
            new io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
            dup
            invokespecial io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions.<init>:()V
            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;
            areturn
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  graphQL  Lgraphql/GraphQL;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
         Name  Flags
      graphQL  

  public static io.vertx.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/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // graphql.GraphQL graphQL
        start local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options
         0: .line 58
            new io.vertx.ext.web.handler.graphql.impl.GraphQLHandlerImpl
            dup
            aload 0 /* graphQL */
            aload 1 /* options */
            invokespecial io.vertx.ext.web.handler.graphql.impl.GraphQLHandlerImpl.<init>:(Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/GraphQLHandlerOptions;)V
            areturn
        end local 1 // io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options
        end local 0 // graphql.GraphQL graphQL
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  graphQL  Lgraphql/GraphQL;
            0    1     1  options  Lio/vertx/ext/web/handler/graphql/GraphQLHandlerOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
         Name  Flags
      graphQL  
      options  

  public abstract io.vertx.ext.web.handler.graphql.GraphQLHandler queryContext(java.util.function.Function<io.vertx.ext.web.RoutingContext, java.lang.Object>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/RoutingContext;Ljava/lang/Object;>;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      factory  

  public abstract io.vertx.ext.web.handler.graphql.GraphQLHandler dataLoaderRegistry(java.util.function.Function<io.vertx.ext.web.RoutingContext, org.dataloader.DataLoaderRegistry>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/RoutingContext;Lorg/dataloader/DataLoaderRegistry;>;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
         Name  Flags
      factory  

  public abstract io.vertx.ext.web.handler.graphql.GraphQLHandler graphiQLRequestHeaders(java.util.function.Function<io.vertx.ext.web.RoutingContext, io.vertx.core.MultiMap>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/MultiMap;>;)Lio/vertx/ext/web/handler/graphql/GraphQLHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      factory  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "GraphQLHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()