public class io.vertx.ext.web.handler.graphql.ApolloWSOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.ApolloWSOptions
  super_class: java.lang.Object
{
  public static final long DEFAULT_KEEP_ALIVE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 30000

  private long keepAlive;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc 30000
            putfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
         2: .line 41
            return
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;

  public void <init>(io.vertx.ext.web.handler.graphql.ApolloWSOptions);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
        start local 1 // io.vertx.ext.web.handler.graphql.ApolloWSOptions other
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc 30000
            putfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
         2: .line 49
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
            putfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
         3: .line 50
            return
        end local 1 // io.vertx.ext.web.handler.graphql.ApolloWSOptions other
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
            0    4     1  other  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
    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.ApolloWSOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 58
            aload 0 /* this */
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSOptions.<init>:()V
         1: .line 59
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;)V
         2: .line 60
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
            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.ApolloWSOptions this
         0: .line 66
            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 67
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter.toJson:(Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 68
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public long getKeepAlive();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
            lreturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;

  public io.vertx.ext.web.handler.graphql.ApolloWSOptions setKeepAlive(long);
    descriptor: (J)Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
        start local 1 // long keepAlive
         0: .line 86
            aload 0 /* this */
            lload 1 /* keepAlive */
            putfield io.vertx.ext.web.handler.graphql.ApolloWSOptions.keepAlive:J
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // long keepAlive
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
            0    2     1  keepAlive  J
    MethodParameters:
           Name  Flags
      keepAlive  
}
SourceFile: "ApolloWSOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)