public class io.vertx.codegen.ParamInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.ParamInfo
  super_class: java.lang.Object
{
  final int index;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final io.vertx.codegen.doc.Text description;
    descriptor: Lio/vertx/codegen/doc/Text;
    flags: (0x0010) ACC_FINAL

  final io.vertx.codegen.type.TypeInfo type;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0010) ACC_FINAL

  final io.vertx.codegen.type.TypeInfo unresolvedType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0010) ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$io$vertx$codegen$type$ClassKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(int, java.lang.String, io.vertx.codegen.doc.Text, io.vertx.codegen.type.TypeInfo);
    descriptor: (ILjava/lang/String;Lio/vertx/codegen/doc/Text;Lio/vertx/codegen/type/TypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.codegen.ParamInfo this
        start local 1 // int index
        start local 2 // java.lang.String name
        start local 3 // io.vertx.codegen.doc.Text description
        start local 4 // io.vertx.codegen.type.TypeInfo type
         0: .line 37
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* name */
            aload 3 /* description */
            aload 4 /* type */
            aconst_null
            invokespecial io.vertx.codegen.ParamInfo.<init>:(ILjava/lang/String;Lio/vertx/codegen/doc/Text;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/type/TypeInfo;)V
         1: .line 38
            return
        end local 4 // io.vertx.codegen.type.TypeInfo type
        end local 3 // io.vertx.codegen.doc.Text description
        end local 2 // java.lang.String name
        end local 1 // int index
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/codegen/ParamInfo;
            0    2     1        index  I
            0    2     2         name  Ljava/lang/String;
            0    2     3  description  Lio/vertx/codegen/doc/Text;
            0    2     4         type  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
             Name  Flags
      index        
      name         
      description  
      type         

  public void <init>(int, java.lang.String, io.vertx.codegen.doc.Text, io.vertx.codegen.type.TypeInfo, io.vertx.codegen.type.TypeInfo);
    descriptor: (ILjava/lang/String;Lio/vertx/codegen/doc/Text;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codegen/type/TypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.codegen.ParamInfo this
        start local 1 // int index
        start local 2 // java.lang.String name
        start local 3 // io.vertx.codegen.doc.Text description
        start local 4 // io.vertx.codegen.type.TypeInfo type
        start local 5 // io.vertx.codegen.type.TypeInfo unresolvedType
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* index */
            putfield io.vertx.codegen.ParamInfo.index:I
         2: .line 42
            aload 0 /* this */
            aload 2 /* name */
            putfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
         3: .line 43
            aload 0 /* this */
            aload 3 /* description */
            putfield io.vertx.codegen.ParamInfo.description:Lio/vertx/codegen/doc/Text;
         4: .line 44
            aload 0 /* this */
            aload 4 /* type */
            putfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
         5: .line 45
            aload 0 /* this */
            aload 5 /* unresolvedType */
            putfield io.vertx.codegen.ParamInfo.unresolvedType:Lio/vertx/codegen/type/TypeInfo;
         6: .line 46
            return
        end local 5 // io.vertx.codegen.type.TypeInfo unresolvedType
        end local 4 // io.vertx.codegen.type.TypeInfo type
        end local 3 // io.vertx.codegen.doc.Text description
        end local 2 // java.lang.String name
        end local 1 // int index
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lio/vertx/codegen/ParamInfo;
            0    7     1           index  I
            0    7     2            name  Ljava/lang/String;
            0    7     3     description  Lio/vertx/codegen/doc/Text;
            0    7     4            type  Lio/vertx/codegen/type/TypeInfo;
            0    7     5  unresolvedType  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
                Name  Flags
      index           
      name            
      description     
      type            
      unresolvedType  

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.index:I
            ireturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  public java.lang.String getName(io.vertx.codegen.Case);
    descriptor: (Lio/vertx/codegen/Case;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.codegen.ParamInfo this
        start local 1 // io.vertx.codegen.Case _case
         0: .line 57
            aload 1 /* _case */
            getstatic io.vertx.codegen.Case.CAMEL:Lio/vertx/codegen/Case;
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            invokevirtual io.vertx.codegen.Case.parse:(Ljava/lang/String;)Ljava/util/List;
            invokevirtual io.vertx.codegen.Case.format:(Ljava/lang/Iterable;)Ljava/lang/String;
            areturn
        end local 1 // io.vertx.codegen.Case _case
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/codegen/ParamInfo;
            0    1     1  _case  Lio/vertx/codegen/Case;
    MethodParameters:
       Name  Flags
      _case  

  public io.vertx.codegen.doc.Text getDescription();
    descriptor: ()Lio/vertx/codegen/doc/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.description:Lio/vertx/codegen/doc/Text;
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.OBJECT:Lio/vertx/codegen/type/ClassKind;
            if_acmpeq 1
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.isNullable:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/ParamInfo;

  public java.lang.Boolean isNullableCallback();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 77
            invokestatic io.vertx.codegen.ParamInfo.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:()[I
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iaload
            tableswitch { // 15 - 15
                   15: 1
              default: 6
          }
         1: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            iconst_0
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArg:(I)Lio/vertx/codegen/type/TypeInfo;
            astore 1 /* handler */
        start local 1 // io.vertx.codegen.type.TypeInfo handler
         2: .line 80
            invokestatic io.vertx.codegen.ParamInfo.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:()[I
            aload 1 /* handler */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iaload
            tableswitch { // 17 - 17
                   17: 3
              default: 5
          }
         3: .line 82
      StackMap locals: io.vertx.codegen.type.TypeInfo
      StackMap stack:
            aload 1 /* handler */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            iconst_0
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArg:(I)Lio/vertx/codegen/type/TypeInfo;
            astore 2 /* asyncResult */
        start local 2 // io.vertx.codegen.type.TypeInfo asyncResult
         4: .line 83
            aload 2 /* asyncResult */
            invokevirtual io.vertx.codegen.type.TypeInfo.isNullable:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // io.vertx.codegen.type.TypeInfo asyncResult
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            invokevirtual io.vertx.codegen.type.TypeInfo.isNullable:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // io.vertx.codegen.type.TypeInfo handler
         6: .line 88
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/vertx/codegen/ParamInfo;
            2    6     1      handler  Lio/vertx/codegen/type/TypeInfo;
            4    5     2  asyncResult  Lio/vertx/codegen/type/TypeInfo;

  public io.vertx.codegen.type.TypeInfo getType();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  public io.vertx.codegen.type.TypeInfo getUnresolvedType();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.unresolvedType:Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  public boolean isDataObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            instanceof io.vertx.codegen.type.ClassTypeInfo
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.DATA_OBJECT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/ParamInfo;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.codegen.ParamInfo this
        start local 1 // java.lang.Object other
         0: .line 106
            aload 1 /* other */
            instanceof io.vertx.codegen.ParamInfo
            ifne 2
         1: .line 107
            iconst_0
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast io.vertx.codegen.ParamInfo
            astore 2 /* pother */
        start local 2 // io.vertx.codegen.ParamInfo pother
         3: .line 110
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            aload 2 /* pother */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            aload 2 /* pother */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: io.vertx.codegen.ParamInfo
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // io.vertx.codegen.ParamInfo pother
        end local 1 // java.lang.Object other
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/codegen/ParamInfo;
            0    5     1   other  Ljava/lang/Object;
            3    5     2  pother  Lio/vertx/codegen/ParamInfo;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 116
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 117
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/codegen/ParamInfo;
            1    3     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.ParamInfo this
         0: .line 122
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.type:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.codegen.ParamInfo.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.ParamInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/ParamInfo;

  static int[] $SWITCH_TABLE$io$vertx$codegen$type$ClassKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 28
            getstatic io.vertx.codegen.ParamInfo.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.codegen.type.ClassKind.values:()[Lio/vertx/codegen/type/ClassKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 13
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.codegen.type.ClassKind.ASYNC_RESULT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 17
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.codegen.type.ClassKind.BOXED_PRIMITIVE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.codegen.type.ClassKind.CLASS_TYPE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 18
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.codegen.type.ClassKind.DATA_OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 14
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic io.vertx.codegen.type.ClassKind.ENUM:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic io.vertx.codegen.type.ClassKind.FUNCTION:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 16
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic io.vertx.codegen.type.ClassKind.HANDLER:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 15
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic io.vertx.codegen.type.ClassKind.JSON_ARRAY:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 6
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic io.vertx.codegen.type.ClassKind.JSON_OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic io.vertx.codegen.type.ClassKind.LIST:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 10
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic io.vertx.codegen.type.ClassKind.MAP:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 12
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic io.vertx.codegen.type.ClassKind.OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 9
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic io.vertx.codegen.type.ClassKind.OTHER:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 19
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic io.vertx.codegen.type.ClassKind.PRIMITIVE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_3
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic io.vertx.codegen.type.ClassKind.SET:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 11
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic io.vertx.codegen.type.ClassKind.STRING:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_1
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic io.vertx.codegen.type.ClassKind.THROWABLE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 7
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic io.vertx.codegen.type.ClassKind.VOID:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 8
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            dup
            putstatic io.vertx.codegen.ParamInfo.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
}
SourceFile: "ParamInfo.java"