public final class io.vertx.ext.web.handler.graphql.ApolloWSMessageType extends java.lang.Enum<io.vertx.ext.web.handler.graphql.ApolloWSMessageType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.vertx.ext.web.handler.graphql.ApolloWSMessageType
  super_class: java.lang.Enum
{
  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType CONNECTION_INIT;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType CONNECTION_TERMINATE;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType START;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType STOP;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType CONNECTION_ACK;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType CONNECTION_ERROR;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType CONNECTION_KEEP_ALIVE;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType DATA;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType ERROR;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType COMPLETE;
    descriptor: Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  private static java.util.Map<java.lang.String, io.vertx.ext.web.handler.graphql.ApolloWSMessageType> lookup;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;>;

  private static final io.vertx.ext.web.handler.graphql.ApolloWSMessageType[] ENUM$VALUES;
    descriptor: [Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=0
         0: .line 32
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "CONNECTION_INIT"
            iconst_0
            ldc "connection_init"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_INIT:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         1: .line 33
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "CONNECTION_TERMINATE"
            iconst_1
            ldc "connection_terminate"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_TERMINATE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         2: .line 34
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "START"
            iconst_2
            ldc "start"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.START:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         3: .line 35
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "STOP"
            iconst_3
            ldc "stop"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.STOP:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         4: .line 36
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "CONNECTION_ACK"
            iconst_4
            ldc "connection_ack"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_ACK:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         5: .line 37
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "CONNECTION_ERROR"
            iconst_5
            ldc "connection_error"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_ERROR:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         6: .line 38
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "CONNECTION_KEEP_ALIVE"
            bipush 6
            ldc "ka"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_KEEP_ALIVE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         7: .line 39
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "DATA"
            bipush 7
            ldc "data"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.DATA:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         8: .line 40
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "ERROR"
            bipush 8
            ldc "error"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.ERROR:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
         9: .line 41
            new io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            ldc "COMPLETE"
            bipush 9
            ldc "complete"
            invokespecial io.vertx.ext.web.handler.graphql.ApolloWSMessageType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.COMPLETE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            bipush 10
            anewarray io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            iconst_0
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_INIT:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            iconst_1
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_TERMINATE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            iconst_2
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.START:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            iconst_3
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.STOP:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            iconst_4
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_ACK:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            iconst_5
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_ERROR:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            bipush 6
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.CONNECTION_KEEP_ALIVE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            bipush 7
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.DATA:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            bipush 8
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.ERROR:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            dup
            bipush 9
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.COMPLETE:Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aastore
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.ENUM$VALUES:[Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
        10: .line 56
            new java.util.HashMap
            dup
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.values:()[Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.lookup:Ljava/util/Map;
        11: .line 59
            invokestatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.values:()[Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 15
      StackMap locals: top int int io.vertx.ext.web.handler.graphql.ApolloWSMessageType[]
      StackMap stack:
        12: aload 3
            iload 1
            aaload
            astore 0 /* apolloWSMessageType */
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessageType apolloWSMessageType
        13: .line 60
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.lookup:Ljava/util/Map;
            aload 0 /* apolloWSMessageType */
            getfield io.vertx.ext.web.handler.graphql.ApolloWSMessageType.text:Ljava/lang/String;
            aload 0 /* apolloWSMessageType */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessageType apolloWSMessageType
        14: .line 59
            iinc 1 1
      StackMap locals:
      StackMap stack:
        15: iload 1
            iload 2
            if_icmplt 12
        16: .line 62
            return
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
           13   14     0  apolloWSMessageType  Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessageType this
        start local 3 // java.lang.String text
         0: .line 45
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 46
            aload 0 /* this */
            aload 3 /* text */
            putfield io.vertx.ext.web.handler.graphql.ApolloWSMessageType.text:Ljava/lang/String;
         2: .line 47
            return
        end local 3 // java.lang.String text
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessageType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            0    3     3  text  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      text           

  public java.lang.String getText();
    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.ApolloWSMessageType this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.ApolloWSMessageType.text:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessageType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;

  public static io.vertx.ext.web.handler.graphql.ApolloWSMessageType from(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String type
         0: .line 72
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.lookup:Ljava/util/Map;
            aload 0 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            areturn
        end local 0 // java.lang.String type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public static io.vertx.ext.web.handler.graphql.ApolloWSMessageType[] values();
    descriptor: ()[Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.vertx.ext.web.handler.graphql.ApolloWSMessageType.ENUM$VALUES:[Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.graphql.ApolloWSMessageType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.vertx.ext.web.handler.graphql.ApolloWSMessageType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/vertx/ext/web/handler/graphql/ApolloWSMessageType;>;
SourceFile: "ApolloWSMessageType.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()