public interface io.vertx.ext.web.handler.graphql.GraphiQLHandler 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.GraphiQLHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.graphql.GraphiQLHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/graphql/GraphiQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
            dup
            invokespecial io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions.<init>:()V
            invokestatic io.vertx.ext.web.handler.graphql.GraphiQLHandler.create:(Lio/vertx/ext/web/handler/graphql/GraphiQLHandlerOptions;)Lio/vertx/ext/web/handler/graphql/GraphiQLHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.graphql.GraphiQLHandler create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions);
    descriptor: (Lio/vertx/ext/web/handler/graphql/GraphiQLHandlerOptions;)Lio/vertx/ext/web/handler/graphql/GraphiQLHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options
         0: .line 53
            new io.vertx.ext.web.handler.graphql.impl.GraphiQLHandlerImpl
            dup
            aload 0 /* options */
            invokespecial io.vertx.ext.web.handler.graphql.impl.GraphiQLHandlerImpl.<init>:(Lio/vertx/ext/web/handler/graphql/GraphiQLHandlerOptions;)V
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  options  Lio/vertx/ext/web/handler/graphql/GraphiQLHandlerOptions;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.web.handler.graphql.GraphiQLHandler 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/GraphiQLHandler;
    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/GraphiQLHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      factory  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "GraphiQLHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()