public class io.vertx.ext.web.handler.graphql.GraphiQLOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.GraphiQLOptions
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private boolean enabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String graphQLUri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> headers;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private java.lang.String query;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject variables;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            invokestatic io.vertx.ext.web.common.WebEnvironment.development:()Z
            putstatic io.vertx.ext.web.handler.graphql.GraphiQLOptions.DEFAULT_ENABLED:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            getstatic io.vertx.ext.web.handler.graphql.GraphiQLOptions.DEFAULT_ENABLED:Z
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
         2: .line 53
            return
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;

  public void <init>(io.vertx.ext.web.handler.graphql.GraphiQLOptions);
    descriptor: (Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // io.vertx.ext.web.handler.graphql.GraphiQLOptions other
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            getstatic io.vertx.ext.web.handler.graphql.GraphiQLOptions.DEFAULT_ENABLED:Z
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
         2: .line 61
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
         3: .line 62
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.graphQLUri:Ljava/lang/String;
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.graphQLUri:Ljava/lang/String;
         4: .line 63
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.headers:Ljava/util/Map;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals: io.vertx.ext.web.handler.graphql.GraphiQLOptions io.vertx.ext.web.handler.graphql.GraphiQLOptions
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphiQLOptions
         5: new java.util.HashMap
            dup
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.headers:Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
      StackMap locals: io.vertx.ext.web.handler.graphql.GraphiQLOptions io.vertx.ext.web.handler.graphql.GraphiQLOptions
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphiQLOptions java.util.HashMap
         6: putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.headers:Ljava/util/Map;
         7: .line 64
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.query:Ljava/lang/String;
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.query:Ljava/lang/String;
         8: .line 65
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.variables:Lio/vertx/core/json/JsonObject;
            ifnonnull 9
            aconst_null
            goto 10
      StackMap locals:
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphiQLOptions
         9: aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.variables:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
      StackMap locals: io.vertx.ext.web.handler.graphql.GraphiQLOptions io.vertx.ext.web.handler.graphql.GraphiQLOptions
      StackMap stack: io.vertx.ext.web.handler.graphql.GraphiQLOptions io.vertx.core.json.JsonObject
        10: putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.variables:Lio/vertx/core/json/JsonObject;
        11: .line 66
            return
        end local 1 // io.vertx.ext.web.handler.graphql.GraphiQLOptions other
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0   12     1  other  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 74
            aload 0 /* this */
            invokespecial io.vertx.ext.web.handler.graphql.GraphiQLOptions.<init>:()V
         1: .line 75
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;)V
         2: .line 76
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
         0: .line 82
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 83
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.web.handler.graphql.GraphiQLOptionsConverter.toJson:(Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 84
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
            ireturn
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;

  public io.vertx.ext.web.handler.graphql.GraphiQLOptions setEnabled(boolean);
    descriptor: (Z)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // boolean enabled
         0: .line 102
            aload 0 /* this */
            iload 1 /* enabled */
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.enabled:Z
         1: .line 103
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

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

  public io.vertx.ext.web.handler.graphql.GraphiQLOptions setGraphQLUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // java.lang.String graphQLUri
         0: .line 121
            aload 0 /* this */
            aload 1 /* graphQLUri */
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.graphQLUri:Ljava/lang/String;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String graphQLUri
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    2     1  graphQLUri  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      graphQLUri  

  public java.util.Map<java.lang.String, java.lang.String> getHeaders();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.headers:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public io.vertx.ext.web.handler.graphql.GraphiQLOptions setHeaders(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // java.util.Map headers
         0: .line 140
            aload 0 /* this */
            aload 1 /* headers */
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.headers:Ljava/util/Map;
         1: .line 141
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map headers
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    2     1  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    MethodParameters:
         Name  Flags
      headers  

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

  public io.vertx.ext.web.handler.graphql.GraphiQLOptions setQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // java.lang.String query
         0: .line 159
            aload 0 /* this */
            aload 1 /* query */
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.query:Ljava/lang/String;
         1: .line 160
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String query
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    2     1  query  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      query  

  public io.vertx.core.json.JsonObject getVariables();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.variables:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;

  public io.vertx.ext.web.handler.graphql.GraphiQLOptions setVariables(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
        start local 1 // io.vertx.core.json.JsonObject variables
         0: .line 178
            aload 0 /* this */
            aload 1 /* variables */
            putfield io.vertx.ext.web.handler.graphql.GraphiQLOptions.variables:Lio/vertx/core/json/JsonObject;
         1: .line 179
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject variables
        end local 0 // io.vertx.ext.web.handler.graphql.GraphiQLOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/graphql/GraphiQLOptions;
            0    2     1  variables  Lio/vertx/core/json/JsonObject;
    MethodParameters:
           Name  Flags
      variables  
}
SourceFile: "GraphiQLOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)