public interface io.vertx.sqlclient.Tuple
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.sqlclient.Tuple
  super_class: java.lang.Object
{
  public static final java.lang.Object JSON_NULL;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 49
            new io.vertx.sqlclient.Tuple$1
            dup
            invokespecial io.vertx.sqlclient.Tuple$1.<init>:()V
            putstatic io.vertx.sqlclient.Tuple.JSON_NULL:Ljava/lang/Object;
         1: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.sqlclient.Tuple tuple();
    descriptor: ()Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 60
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            bipush 10
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static <T> io.vertx.sqlclient.Tuple from(java.util.List<T>);
    descriptor: (Ljava/util/List;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.List list
         0: .line 72
            new java.util.ArrayList
            dup
            aload 0 /* list */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic io.vertx.sqlclient.Tuple.wrap:(Ljava/util/List;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 0 // java.util.List list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/List<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;)Lio/vertx/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      list  

  public static io.vertx.sqlclient.Tuple from(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.lang.Object[] array
         0: .line 84
            new java.util.ArrayList
            dup
            aload 0 /* array */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* list */
        start local 1 // java.util.ArrayList list
         1: .line 85
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: java.lang.Object[] java.util.ArrayList top int int java.lang.Object[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* o */
        start local 2 // java.lang.Object o
         3: .line 86
            aload 1 /* list */
            aload 2 /* o */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.Object o
         4: .line 85
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 88
            aload 1 /* list */
            invokestatic io.vertx.sqlclient.Tuple.wrap:(Ljava/util/List;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.util.ArrayList list
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  array  [Ljava/lang/Object;
            1    7     1   list  Ljava/util/ArrayList<Ljava/lang/Object;>;
            3    4     2      o  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      array  

  public static <T> io.vertx.sqlclient.Tuple wrap(java.util.List<T>);
    descriptor: (Ljava/util/List;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.List list
         0: .line 100
            new io.vertx.sqlclient.impl.ListTuple
            dup
            aload 0 /* list */
            invokespecial io.vertx.sqlclient.impl.ListTuple.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // java.util.List list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/List<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;)Lio/vertx/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      list  

  public static io.vertx.sqlclient.Tuple wrap(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] array
         0: .line 112
            new io.vertx.sqlclient.impl.ListTuple
            dup
            aload 0 /* array */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial io.vertx.sqlclient.impl.ListTuple.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  array  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      array  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object elt1
         0: .line 122
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_1
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 1 /* tuple */
        start local 1 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 123
            aload 1 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 124
            aload 1 /* tuple */
            areturn
        end local 1 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   elt1  Ljava/lang/Object;
            1    3     1  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
         0: .line 135
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_2
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 2 /* tuple */
        start local 2 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 136
            aload 2 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 137
            aload 2 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         3: .line 138
            aload 2 /* tuple */
            areturn
        end local 2 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   elt1  Ljava/lang/Object;
            0    4     1   elt2  Ljava/lang/Object;
            1    4     2  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
         0: .line 150
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_3
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 3 /* tuple */
        start local 3 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 151
            aload 3 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 152
            aload 3 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         3: .line 153
            aload 3 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         4: .line 154
            aload 3 /* tuple */
            areturn
        end local 3 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   elt1  Ljava/lang/Object;
            0    5     1   elt2  Ljava/lang/Object;
            0    5     2   elt3  Ljava/lang/Object;
            1    5     3  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
         0: .line 167
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_4
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 4 /* tuple */
        start local 4 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 168
            aload 4 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 169
            aload 4 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         3: .line 170
            aload 4 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         4: .line 171
            aload 4 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         5: .line 172
            aload 4 /* tuple */
            areturn
        end local 4 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   elt1  Ljava/lang/Object;
            0    6     1   elt2  Ljava/lang/Object;
            0    6     2   elt3  Ljava/lang/Object;
            0    6     3   elt4  Ljava/lang/Object;
            1    6     4  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
         0: .line 186
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_5
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 5 /* tuple */
        start local 5 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 187
            aload 5 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 188
            aload 5 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         3: .line 189
            aload 5 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         4: .line 190
            aload 5 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         5: .line 191
            aload 5 /* tuple */
            aload 4 /* elt5 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         6: .line 192
            aload 5 /* tuple */
            areturn
        end local 5 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   elt1  Ljava/lang/Object;
            0    7     1   elt2  Ljava/lang/Object;
            0    7     2   elt3  Ljava/lang/Object;
            0    7     3   elt4  Ljava/lang/Object;
            0    7     4   elt5  Ljava/lang/Object;
            1    7     5  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
        start local 5 // java.lang.Object elt6
         0: .line 207
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            bipush 6
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 6 /* tuple */
        start local 6 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 208
            aload 6 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 209
            aload 6 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         3: .line 210
            aload 6 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         4: .line 211
            aload 6 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         5: .line 212
            aload 6 /* tuple */
            aload 4 /* elt5 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         6: .line 213
            aload 6 /* tuple */
            aload 5 /* elt6 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         7: .line 214
            aload 6 /* tuple */
            areturn
        end local 6 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 5 // java.lang.Object elt6
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   elt1  Ljava/lang/Object;
            0    8     1   elt2  Ljava/lang/Object;
            0    8     2   elt3  Ljava/lang/Object;
            0    8     3   elt4  Ljava/lang/Object;
            0    8     4   elt5  Ljava/lang/Object;
            0    8     5   elt6  Ljava/lang/Object;
            1    8     6  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  
      elt6  

  public static io.vertx.sqlclient.Tuple of(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object[] elts
         0: .line 226
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            iconst_1
            aload 1 /* elts */
            arraylength
            iadd
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(I)V
            astore 2 /* tuple */
        start local 2 // io.vertx.sqlclient.impl.ArrayTuple tuple
         1: .line 227
            aload 2 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
         2: .line 228
            aload 1 /* elts */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: java.lang.Object java.lang.Object[] io.vertx.sqlclient.impl.ArrayTuple top int int java.lang.Object[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* elt */
        start local 3 // java.lang.Object elt
         4: .line 229
            aload 2 /* tuple */
            aload 3 /* elt */
            invokevirtual io.vertx.sqlclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            pop
        end local 3 // java.lang.Object elt
         5: .line 228
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 231
            aload 2 /* tuple */
            areturn
        end local 2 // io.vertx.sqlclient.impl.ArrayTuple tuple
        end local 1 // java.lang.Object[] elts
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   elt1  Ljava/lang/Object;
            0    8     1   elts  [Ljava/lang/Object;
            1    8     2  tuple  Lio/vertx/sqlclient/impl/ArrayTuple;
            4    5     3    elt  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
      Name  Flags
      elt1  
      elts  

  public static io.vertx.sqlclient.Tuple tuple(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.List elements
         0: .line 243
            new io.vertx.sqlclient.impl.ArrayTuple
            dup
            aload 0 /* elements */
            invokespecial io.vertx.sqlclient.impl.ArrayTuple.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // java.util.List elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  Ljava/util/List<Ljava/lang/Object;>;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)Lio/vertx/sqlclient/Tuple;
    MethodParameters:
          Name  Flags
      elements  

  public abstract java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Boolean getBoolean(int);
    descriptor: (I)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 261
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.lang.Boolean
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Short getShort(int);
    descriptor: (I)Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 271
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 272
            aload 2 /* val */
            ifnonnull 3
         2: .line 273
            aconst_null
            areturn
         3: .line 274
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Short
            ifeq 5
         4: .line 275
            aload 2 /* val */
            checkcast java.lang.Short
            areturn
         5: .line 276
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 277
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.shortValue:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         7: .line 278
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 9
         8: .line 279
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.ordinal:()I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         9: .line 281
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Short
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Integer getInteger(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 292
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 293
            aload 2 /* val */
            ifnonnull 3
         2: .line 294
            aconst_null
            areturn
         3: .line 295
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Integer
            ifeq 5
         4: .line 296
            aload 2 /* val */
            checkcast java.lang.Integer
            areturn
         5: .line 297
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 298
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         7: .line 299
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 9
         8: .line 300
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.ordinal:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         9: .line 302
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Integer
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Long getLong(int);
    descriptor: (I)Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 313
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 314
            aload 2 /* val */
            ifnonnull 3
         2: .line 315
            aconst_null
            areturn
         3: .line 316
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Long
            ifeq 5
         4: .line 317
            aload 2 /* val */
            checkcast java.lang.Long
            areturn
         5: .line 318
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 319
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.longValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         7: .line 320
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 9
         8: .line 321
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.ordinal:()I
            i2l
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         9: .line 323
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Long
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Float getFloat(int);
    descriptor: (I)Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 334
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 335
            aload 2 /* val */
            ifnonnull 3
         2: .line 336
            aconst_null
            areturn
         3: .line 337
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Float
            ifeq 5
         4: .line 338
            aload 2 /* val */
            checkcast java.lang.Float
            areturn
         5: .line 339
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 340
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.floatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         7: .line 341
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 9
         8: .line 342
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.ordinal:()I
            i2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         9: .line 344
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Float
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Double getDouble(int);
    descriptor: (I)Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 355
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 356
            aload 2 /* val */
            ifnonnull 3
         2: .line 357
            aconst_null
            areturn
         3: .line 358
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Double
            ifeq 5
         4: .line 359
            aload 2 /* val */
            checkcast java.lang.Double
            areturn
         5: .line 360
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 361
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         7: .line 362
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 9
         8: .line 363
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.ordinal:()I
            i2d
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         9: .line 365
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Double
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.sqlclient.data.Numeric getNumeric(int);
    descriptor: (I)Lio/vertx/sqlclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 377
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 378
            aload 2 /* val */
            ifnonnull 3
         2: .line 379
            aconst_null
            areturn
         3: .line 380
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof io.vertx.sqlclient.data.Numeric
            ifeq 5
         4: .line 381
            aload 2 /* val */
            checkcast io.vertx.sqlclient.data.Numeric
            areturn
         5: .line 382
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 383
            aload 2 /* val */
            checkcast java.lang.Number
            invokestatic io.vertx.sqlclient.data.Numeric.create:(Ljava/lang/Number;)Lio/vertx/sqlclient/data/Numeric;
            areturn
         7: .line 385
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast io.vertx.sqlclient.data.Numeric
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.String getString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 396
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 397
            aload 2 /* val */
            ifnonnull 3
         2: .line 398
            aconst_null
            areturn
         3: .line 399
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.String
            ifeq 5
         4: .line 400
            aload 2 /* val */
            checkcast java.lang.String
            areturn
         5: .line 401
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum
            ifeq 7
         6: .line 402
            aload 2 /* val */
            checkcast java.lang.Enum
            invokevirtual java.lang.Enum.name:()Ljava/lang/String;
            areturn
         7: .line 404
      StackMap locals:
      StackMap stack:
            new java.lang.ClassCastException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid String value type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ClassCastException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.json.JsonObject getJsonObject(int);
    descriptor: (I)Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 415
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.json.JsonArray getJsonArray(int);
    descriptor: (I)Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 425
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonArray
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Object getJson(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 442
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 443
            aload 2 /* val */
            ifnull 8
         2: .line 444
            aload 2 /* val */
            getstatic io.vertx.sqlclient.Tuple.JSON_NULL:Ljava/lang/Object;
            if_acmpeq 8
         3: .line 445
            aload 2 /* val */
            instanceof java.lang.String
            ifne 8
         4: .line 446
            aload 2 /* val */
            instanceof java.lang.Boolean
            ifne 8
         5: .line 447
            aload 2 /* val */
            instanceof java.lang.Number
            ifne 8
         6: .line 448
            aload 2 /* val */
            instanceof io.vertx.core.json.JsonObject
            ifne 8
         7: .line 449
            aload 2 /* val */
            instanceof io.vertx.core.json.JsonArray
            ifeq 9
         8: .line 450
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            areturn
         9: .line 452
      StackMap locals:
      StackMap stack:
            new java.lang.ClassCastException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid JSON value type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ClassCastException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.temporal.Temporal getTemporal(int);
    descriptor: (I)Ljava/time/temporal/Temporal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 464
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.temporal.Temporal
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDate getLocalDate(int);
    descriptor: (I)Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 478
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 479
            aload 2 /* val */
            ifnonnull 3
         2: .line 480
            aconst_null
            areturn
         3: .line 481
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDate
            ifeq 5
         4: .line 482
            aload 2 /* val */
            checkcast java.time.LocalDate
            areturn
         5: .line 483
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDateTime
            ifeq 7
         6: .line 484
            aload 2 /* val */
            checkcast java.time.LocalDateTime
            invokevirtual java.time.LocalDateTime.toLocalDate:()Ljava/time/LocalDate;
            areturn
         7: .line 486
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.LocalDate
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalTime getLocalTime(int);
    descriptor: (I)Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 501
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 502
            aload 2 /* val */
            ifnonnull 3
         2: .line 503
            aconst_null
            areturn
         3: .line 504
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalTime
            ifeq 5
         4: .line 505
            aload 2 /* val */
            checkcast java.time.LocalTime
            areturn
         5: .line 506
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDateTime
            ifeq 7
         6: .line 507
            aload 2 /* val */
            checkcast java.time.LocalDateTime
            invokevirtual java.time.LocalDateTime.toLocalTime:()Ljava/time/LocalTime;
            areturn
         7: .line 509
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.LocalTime
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDateTime getLocalDateTime(int);
    descriptor: (I)Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 521
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.LocalDateTime
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetTime getOffsetTime(int);
    descriptor: (I)Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 535
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 536
            aload 2 /* val */
            ifnonnull 3
         2: .line 537
            aconst_null
            areturn
         3: .line 538
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.OffsetTime
            ifeq 5
         4: .line 539
            aload 2 /* val */
            checkcast java.time.OffsetTime
            areturn
         5: .line 540
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.OffsetDateTime
            ifeq 7
         6: .line 541
            aload 2 /* val */
            checkcast java.time.OffsetDateTime
            invokevirtual java.time.OffsetDateTime.toOffsetTime:()Ljava/time/OffsetTime;
            areturn
         7: .line 543
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.OffsetTime
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetDateTime getOffsetDateTime(int);
    descriptor: (I)Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 555
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.OffsetDateTime
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.buffer.Buffer getBuffer(int);
    descriptor: (I)Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 565
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 566
            aload 2 /* val */
            ifnonnull 3
         2: .line 567
            aconst_null
            areturn
         3: .line 568
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 5
         4: .line 569
            aload 2 /* val */
            checkcast io.vertx.core.buffer.Buffer
            areturn
         5: .line 570
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof io.netty.buffer.ByteBuf
            ifeq 7
         6: .line 571
            aload 2 /* val */
            checkcast io.netty.buffer.ByteBuf
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            areturn
         7: .line 572
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof byte[]
            ifeq 9
         8: .line 573
            aload 2 /* val */
            checkcast byte[]
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            areturn
         9: .line 575
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast io.vertx.core.buffer.Buffer
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/sqlclient/Tuple;
            0   10     1   pos  I
            1   10     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.util.UUID getUUID(int);
    descriptor: (I)Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 587
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 588
            aload 2 /* val */
            ifnonnull 3
         2: .line 589
            aconst_null
            areturn
         3: .line 590
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.util.UUID
            ifeq 5
         4: .line 591
            aload 2 /* val */
            checkcast java.util.UUID
            areturn
         5: .line 592
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.String
            ifeq 7
         6: .line 593
            aload 2 /* val */
            checkcast java.lang.String
            invokestatic java.util.UUID.fromString:(Ljava/lang/String;)Ljava/util/UUID;
            areturn
         7: .line 595
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.util.UUID
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.math.BigDecimal getBigDecimal(int);
    descriptor: (I)Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 607
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 608
            aload 2 /* val */
            ifnonnull 3
         2: .line 609
            aconst_null
            areturn
         3: .line 610
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.math.BigDecimal
            ifeq 5
         4: .line 611
            aload 2 /* val */
            checkcast java.math.BigDecimal
            areturn
         5: .line 612
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 7
         6: .line 613
            new java.math.BigDecimal
            dup
            aload 2 /* val */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.math.BigDecimal.<init>:(Ljava/lang/String;)V
            areturn
         7: .line 615
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.math.BigDecimal
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/sqlclient/Tuple;
            0    8     1   pos  I
            1    8     2   val  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Boolean[] getArrayOfBooleans(int);
    descriptor: (I)[Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 630
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 631
            aload 2 /* val */
            ifnonnull 3
         2: .line 632
            aconst_null
            areturn
         3: .line 633
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Boolean[]
            ifeq 5
         4: .line 634
            aload 2 /* val */
            checkcast java.lang.Boolean[]
            areturn
         5: .line 635
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 14
         6: .line 636
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
         7: .line 637
            aload 3 /* array */
            arraylength
            anewarray java.lang.Boolean
            astore 4 /* booleanArray */
        start local 4 // java.lang.Boolean[] booleanArray
         8: .line 638
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 639
      StackMap locals: java.lang.Object[] java.lang.Boolean[] int
      StackMap stack:
            aload 4 /* booleanArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Boolean
            aastore
        11: .line 638
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 10
        end local 5 // int i
        13: .line 641
            aload 4 /* booleanArray */
            areturn
        end local 4 // java.lang.Boolean[] booleanArray
        end local 3 // java.lang.Object[] array
        14: .line 643
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Boolean[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lio/vertx/sqlclient/Tuple;
            0   15     1           pos  I
            1   15     2           val  Ljava/lang/Object;
            7   14     3         array  [Ljava/lang/Object;
            8   14     4  booleanArray  [Ljava/lang/Boolean;
            9   13     5             i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Short[] getArrayOfShorts(int);
    descriptor: (I)[Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 658
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 659
            aload 2 /* val */
            ifnonnull 3
         2: .line 660
            aconst_null
            areturn
         3: .line 661
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Short[]
            ifeq 5
         4: .line 662
            aload 2 /* val */
            checkcast java.lang.Short[]
            areturn
         5: .line 663
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 664
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 665
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 666
            iload 4 /* len */
            anewarray java.lang.Short
            astore 5 /* arr */
        start local 5 // java.lang.Short[] arr
         9: .line 667
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 668
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int java.lang.Short[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 669
            aload 7 /* elt */
            ifnull 14
        13: .line 670
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Number.shortValue:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 667
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 673
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Short[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 674
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 675
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 676
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 677
            iload 4 /* len */
            anewarray java.lang.Short
            astore 5 /* arr */
        start local 5 // java.lang.Short[] arr
        21: .line 678
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 679
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.Short[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 680
            aload 7 /* elt */
            ifnull 26
        25: .line 681
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 678
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 684
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Short[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 685
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 686
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 687
            aload 3 /* array */
            arraylength
            anewarray java.lang.Short
            astore 4 /* shortArray */
        start local 4 // java.lang.Short[] shortArray
        32: .line 688
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 689
      StackMap locals: java.lang.Object[] java.lang.Short[] int
      StackMap stack:
            aload 4 /* shortArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokevirtual java.lang.Number.shortValue:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            aastore
        35: .line 688
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 691
            aload 4 /* shortArray */
            areturn
        end local 4 // java.lang.Short[] shortArray
        end local 3 // java.lang.Object[] array
        38: .line 693
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Short[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lio/vertx/sqlclient/Tuple;
            0   39     1         pos  I
            1   39     2         val  Ljava/lang/Object;
            7   17     3           a  [Ljava/lang/Number;
            8   17     4         len  I
            9   17     5         arr  [Ljava/lang/Short;
           10   16     6           i  I
           12   14     7         elt  Ljava/lang/Number;
           19   29     3           a  [Ljava/lang/Enum;
           20   29     4         len  I
           21   29     5         arr  [Ljava/lang/Short;
           22   28     6           i  I
           24   26     7         elt  Ljava/lang/Enum<*>;
           31   38     3       array  [Ljava/lang/Object;
           32   38     4  shortArray  [Ljava/lang/Short;
           33   37     5           i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Integer[] getArrayOfIntegers(int);
    descriptor: (I)[Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 708
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 709
            aload 2 /* val */
            ifnonnull 3
         2: .line 710
            aconst_null
            areturn
         3: .line 711
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Integer[]
            ifeq 5
         4: .line 712
            aload 2 /* val */
            checkcast java.lang.Integer[]
            areturn
         5: .line 713
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 714
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 715
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 716
            iload 4 /* len */
            anewarray java.lang.Integer
            astore 5 /* arr */
        start local 5 // java.lang.Integer[] arr
         9: .line 717
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 718
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int java.lang.Integer[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 719
            aload 7 /* elt */
            ifnull 14
        13: .line 720
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Number.intValue:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 717
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 723
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Integer[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 724
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 725
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 726
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 727
            iload 4 /* len */
            anewarray java.lang.Integer
            astore 5 /* arr */
        start local 5 // java.lang.Integer[] arr
        21: .line 728
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 729
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.Integer[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 730
            aload 7 /* elt */
            ifnull 26
        25: .line 731
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 728
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 734
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Integer[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 735
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 736
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 737
            aload 3 /* array */
            arraylength
            anewarray java.lang.Integer
            astore 4 /* integerArray */
        start local 4 // java.lang.Integer[] integerArray
        32: .line 738
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 739
      StackMap locals: java.lang.Object[] java.lang.Integer[] int
      StackMap stack:
            aload 4 /* integerArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        35: .line 738
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 741
            aload 4 /* integerArray */
            areturn
        end local 4 // java.lang.Integer[] integerArray
        end local 3 // java.lang.Object[] array
        38: .line 743
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Integer[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Lio/vertx/sqlclient/Tuple;
            0   39     1           pos  I
            1   39     2           val  Ljava/lang/Object;
            7   17     3             a  [Ljava/lang/Number;
            8   17     4           len  I
            9   17     5           arr  [Ljava/lang/Integer;
           10   16     6             i  I
           12   14     7           elt  Ljava/lang/Number;
           19   29     3             a  [Ljava/lang/Enum;
           20   29     4           len  I
           21   29     5           arr  [Ljava/lang/Integer;
           22   28     6             i  I
           24   26     7           elt  Ljava/lang/Enum<*>;
           31   38     3         array  [Ljava/lang/Object;
           32   38     4  integerArray  [Ljava/lang/Integer;
           33   37     5             i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Long[] getArrayOfLongs(int);
    descriptor: (I)[Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 758
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 759
            aload 2 /* val */
            ifnonnull 3
         2: .line 760
            aconst_null
            areturn
         3: .line 761
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Long[]
            ifeq 5
         4: .line 762
            aload 2 /* val */
            checkcast java.lang.Long[]
            areturn
         5: .line 763
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 764
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 765
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 766
            iload 4 /* len */
            anewarray java.lang.Long
            astore 5 /* arr */
        start local 5 // java.lang.Long[] arr
         9: .line 767
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 768
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int java.lang.Long[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 769
            aload 7 /* elt */
            ifnull 14
        13: .line 770
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Number.longValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 767
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 773
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Long[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 774
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 775
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 776
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 777
            iload 4 /* len */
            anewarray java.lang.Long
            astore 5 /* arr */
        start local 5 // java.lang.Long[] arr
        21: .line 778
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 779
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.Long[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 780
            aload 7 /* elt */
            ifnull 26
        25: .line 781
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            i2l
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 778
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 784
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Long[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 785
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 786
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 787
            aload 3 /* array */
            arraylength
            anewarray java.lang.Long
            astore 4 /* longArray */
        start local 4 // java.lang.Long[] longArray
        32: .line 788
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 789
      StackMap locals: java.lang.Object[] java.lang.Long[] int
      StackMap stack:
            aload 4 /* longArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokevirtual java.lang.Number.longValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        35: .line 788
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 791
            aload 4 /* longArray */
            areturn
        end local 4 // java.lang.Long[] longArray
        end local 3 // java.lang.Object[] array
        38: .line 793
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Long[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   39     0       this  Lio/vertx/sqlclient/Tuple;
            0   39     1        pos  I
            1   39     2        val  Ljava/lang/Object;
            7   17     3          a  [Ljava/lang/Number;
            8   17     4        len  I
            9   17     5        arr  [Ljava/lang/Long;
           10   16     6          i  I
           12   14     7        elt  Ljava/lang/Number;
           19   29     3          a  [Ljava/lang/Enum;
           20   29     4        len  I
           21   29     5        arr  [Ljava/lang/Long;
           22   28     6          i  I
           24   26     7        elt  Ljava/lang/Enum<*>;
           31   38     3      array  [Ljava/lang/Object;
           32   38     4  longArray  [Ljava/lang/Long;
           33   37     5          i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Float[] getArrayOfFloats(int);
    descriptor: (I)[Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 808
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 809
            aload 2 /* val */
            ifnonnull 3
         2: .line 810
            aconst_null
            areturn
         3: .line 811
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Float[]
            ifeq 5
         4: .line 812
            aload 2 /* val */
            checkcast java.lang.Float[]
            areturn
         5: .line 813
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 814
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 815
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 816
            iload 4 /* len */
            anewarray java.lang.Float
            astore 5 /* arr */
        start local 5 // java.lang.Float[] arr
         9: .line 817
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 818
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int java.lang.Float[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 819
            aload 7 /* elt */
            ifnull 14
        13: .line 820
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Number.floatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 817
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 823
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Float[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 824
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 825
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 826
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 827
            iload 4 /* len */
            anewarray java.lang.Float
            astore 5 /* arr */
        start local 5 // java.lang.Float[] arr
        21: .line 828
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 829
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.Float[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 830
            aload 7 /* elt */
            ifnull 26
        25: .line 831
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            i2f
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 828
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 834
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Float[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 835
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 836
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 837
            aload 3 /* array */
            arraylength
            anewarray java.lang.Float
            astore 4 /* floatArray */
        start local 4 // java.lang.Float[] floatArray
        32: .line 838
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 839
      StackMap locals: java.lang.Object[] java.lang.Float[] int
      StackMap stack:
            aload 4 /* floatArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokevirtual java.lang.Number.floatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        35: .line 838
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 841
            aload 4 /* floatArray */
            areturn
        end local 4 // java.lang.Float[] floatArray
        end local 3 // java.lang.Object[] array
        38: .line 843
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Float[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lio/vertx/sqlclient/Tuple;
            0   39     1         pos  I
            1   39     2         val  Ljava/lang/Object;
            7   17     3           a  [Ljava/lang/Number;
            8   17     4         len  I
            9   17     5         arr  [Ljava/lang/Float;
           10   16     6           i  I
           12   14     7         elt  Ljava/lang/Number;
           19   29     3           a  [Ljava/lang/Enum;
           20   29     4         len  I
           21   29     5         arr  [Ljava/lang/Float;
           22   28     6           i  I
           24   26     7         elt  Ljava/lang/Enum<*>;
           31   38     3       array  [Ljava/lang/Object;
           32   38     4  floatArray  [Ljava/lang/Float;
           33   37     5           i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Double[] getArrayOfDoubles(int);
    descriptor: (I)[Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 858
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 859
            aload 2 /* val */
            ifnonnull 3
         2: .line 860
            aconst_null
            areturn
         3: .line 861
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Double[]
            ifeq 5
         4: .line 862
            aload 2 /* val */
            checkcast java.lang.Double[]
            areturn
         5: .line 863
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 864
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 865
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 866
            iload 4 /* len */
            anewarray java.lang.Double
            astore 5 /* arr */
        start local 5 // java.lang.Double[] arr
         9: .line 867
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 868
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int java.lang.Double[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 869
            aload 7 /* elt */
            ifnull 14
        13: .line 870
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 867
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 873
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Double[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 874
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 875
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 876
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 877
            iload 4 /* len */
            anewarray java.lang.Double
            astore 5 /* arr */
        start local 5 // java.lang.Double[] arr
        21: .line 878
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 879
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.Double[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 880
            aload 7 /* elt */
            ifnull 26
        25: .line 881
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            i2d
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 878
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 884
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.Double[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 885
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 886
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 887
            aload 3 /* array */
            arraylength
            anewarray java.lang.Double
            astore 4 /* doubleArray */
        start local 4 // java.lang.Double[] doubleArray
        32: .line 888
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 889
      StackMap locals: java.lang.Object[] java.lang.Double[] int
      StackMap stack:
            aload 4 /* doubleArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
        35: .line 888
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 891
            aload 4 /* doubleArray */
            areturn
        end local 4 // java.lang.Double[] doubleArray
        end local 3 // java.lang.Object[] array
        38: .line 893
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Double[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   39     0         this  Lio/vertx/sqlclient/Tuple;
            0   39     1          pos  I
            1   39     2          val  Ljava/lang/Object;
            7   17     3            a  [Ljava/lang/Number;
            8   17     4          len  I
            9   17     5          arr  [Ljava/lang/Double;
           10   16     6            i  I
           12   14     7          elt  Ljava/lang/Number;
           19   29     3            a  [Ljava/lang/Enum;
           20   29     4          len  I
           21   29     5          arr  [Ljava/lang/Double;
           22   28     6            i  I
           24   26     7          elt  Ljava/lang/Enum<*>;
           31   38     3        array  [Ljava/lang/Object;
           32   38     4  doubleArray  [Ljava/lang/Double;
           33   37     5            i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.sqlclient.data.Numeric[] getArrayOfNumerics(int);
    descriptor: (I)[Lio/vertx/sqlclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 905
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 906
            aload 2 /* val */
            ifnonnull 3
         2: .line 907
            aconst_null
            areturn
         3: .line 908
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof io.vertx.sqlclient.data.Numeric[]
            ifeq 5
         4: .line 909
            aload 2 /* val */
            checkcast io.vertx.sqlclient.data.Numeric[]
            areturn
         5: .line 910
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifeq 17
         6: .line 911
            aload 2 /* val */
            checkcast java.lang.Number[]
            astore 3 /* a */
        start local 3 // java.lang.Number[] a
         7: .line 912
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 913
            iload 4 /* len */
            anewarray io.vertx.sqlclient.data.Numeric
            astore 5 /* arr */
        start local 5 // io.vertx.sqlclient.data.Numeric[] arr
         9: .line 914
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 915
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Number[] int io.vertx.sqlclient.data.Numeric[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Number elt
        12: .line 916
            aload 7 /* elt */
            ifnull 14
        13: .line 917
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokestatic io.vertx.sqlclient.data.Numeric.create:(Ljava/lang/Number;)Lio/vertx/sqlclient/data/Numeric;
            aastore
        end local 7 // java.lang.Number elt
        14: .line 914
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 920
            aload 5 /* arr */
            areturn
        end local 5 // io.vertx.sqlclient.data.Numeric[] arr
        end local 4 // int len
        end local 3 // java.lang.Number[] a
        17: .line 921
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 29
        18: .line 922
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
        19: .line 923
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        20: .line 924
            iload 4 /* len */
            anewarray io.vertx.sqlclient.data.Numeric
            astore 5 /* arr */
        start local 5 // io.vertx.sqlclient.data.Numeric[] arr
        21: .line 925
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 926
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int io.vertx.sqlclient.data.Numeric[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        24: .line 927
            aload 7 /* elt */
            ifnull 26
        25: .line 928
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.ordinal:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic io.vertx.sqlclient.data.Numeric.create:(Ljava/lang/Number;)Lio/vertx/sqlclient/data/Numeric;
            aastore
        end local 7 // java.lang.Enum elt
        26: .line 925
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 23
        end local 6 // int i
        28: .line 931
            aload 5 /* arr */
            areturn
        end local 5 // io.vertx.sqlclient.data.Numeric[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        29: .line 932
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 38
        30: .line 933
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        31: .line 934
            aload 3 /* array */
            arraylength
            anewarray io.vertx.sqlclient.data.Numeric
            astore 4 /* doubleArray */
        start local 4 // io.vertx.sqlclient.data.Numeric[] doubleArray
        32: .line 935
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        33: goto 36
        34: .line 936
      StackMap locals: java.lang.Object[] io.vertx.sqlclient.data.Numeric[] int
      StackMap stack:
            aload 4 /* doubleArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.Number
            invokestatic io.vertx.sqlclient.data.Numeric.create:(Ljava/lang/Number;)Lio/vertx/sqlclient/data/Numeric;
            aastore
        35: .line 935
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 34
        end local 5 // int i
        37: .line 938
            aload 4 /* doubleArray */
            areturn
        end local 4 // io.vertx.sqlclient.data.Numeric[] doubleArray
        end local 3 // java.lang.Object[] array
        38: .line 940
      StackMap locals:
      StackMap stack:
            new java.lang.ClassCastException
            dup
            invokespecial java.lang.ClassCastException.<init>:()V
            athrow
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   39     0         this  Lio/vertx/sqlclient/Tuple;
            0   39     1          pos  I
            1   39     2          val  Ljava/lang/Object;
            7   17     3            a  [Ljava/lang/Number;
            8   17     4          len  I
            9   17     5          arr  [Lio/vertx/sqlclient/data/Numeric;
           10   16     6            i  I
           12   14     7          elt  Ljava/lang/Number;
           19   29     3            a  [Ljava/lang/Enum;
           20   29     4          len  I
           21   29     5          arr  [Lio/vertx/sqlclient/data/Numeric;
           22   28     6            i  I
           24   26     7          elt  Ljava/lang/Enum<*>;
           31   38     3        array  [Ljava/lang/Object;
           32   38     4  doubleArray  [Lio/vertx/sqlclient/data/Numeric;
           33   37     5            i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.String[] getArrayOfStrings(int);
    descriptor: (I)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 955
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 956
            aload 2 /* val */
            ifnonnull 3
         2: .line 957
            aconst_null
            areturn
         3: .line 958
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.String[]
            ifeq 5
         4: .line 959
            aload 2 /* val */
            checkcast java.lang.String[]
            areturn
         5: .line 960
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Enum[]
            ifeq 17
         6: .line 961
            aload 2 /* val */
            checkcast java.lang.Enum[]
            astore 3 /* a */
        start local 3 // java.lang.Enum[] a
         7: .line 962
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 963
            iload 4 /* len */
            anewarray java.lang.String
            astore 5 /* arr */
        start local 5 // java.lang.String[] arr
         9: .line 964
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 965
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.lang.Enum[] int java.lang.String[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.lang.Enum elt
        12: .line 966
            aload 7 /* elt */
            ifnull 14
        13: .line 967
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.lang.Enum.name:()Ljava/lang/String;
            aastore
        end local 7 // java.lang.Enum elt
        14: .line 964
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 970
            aload 5 /* arr */
            areturn
        end local 5 // java.lang.String[] arr
        end local 4 // int len
        end local 3 // java.lang.Enum[] a
        17: .line 971
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 26
        18: .line 972
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        19: .line 973
            aload 3 /* array */
            arraylength
            anewarray java.lang.String
            astore 4 /* stringArray */
        start local 4 // java.lang.String[] stringArray
        20: .line 974
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        21: goto 24
        22: .line 975
      StackMap locals: java.lang.Object[] java.lang.String[] int
      StackMap stack:
            aload 4 /* stringArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast java.lang.String
            aastore
        23: .line 974
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 22
        end local 5 // int i
        25: .line 977
            aload 4 /* stringArray */
            areturn
        end local 4 // java.lang.String[] stringArray
        end local 3 // java.lang.Object[] array
        26: .line 979
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.String[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lio/vertx/sqlclient/Tuple;
            0   27     1          pos  I
            1   27     2          val  Ljava/lang/Object;
            7   17     3            a  [Ljava/lang/Enum;
            8   17     4          len  I
            9   17     5          arr  [Ljava/lang/String;
           10   16     6            i  I
           12   14     7          elt  Ljava/lang/Enum<*>;
           19   26     3        array  [Ljava/lang/Object;
           20   26     4  stringArray  [Ljava/lang/String;
           21   25     5            i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.json.JsonObject[] getArrayOfJsonObjects(int);
    descriptor: (I)[Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 991
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 992
            aload 2 /* val */
            ifnonnull 3
         2: .line 993
            aconst_null
            areturn
         3: .line 994
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 12
         4: .line 995
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
         5: .line 996
            aload 3 /* array */
            arraylength
            anewarray io.vertx.core.json.JsonObject
            astore 4 /* jsonObjectArray */
        start local 4 // io.vertx.core.json.JsonObject[] jsonObjectArray
         6: .line 997
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 998
      StackMap locals: java.lang.Object[] io.vertx.core.json.JsonObject[] int
      StackMap stack:
            aload 4 /* jsonObjectArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast io.vertx.core.json.JsonObject
            aastore
         9: .line 997
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 8
        end local 5 // int i
        11: .line 1000
            aload 4 /* jsonObjectArray */
            areturn
        end local 4 // io.vertx.core.json.JsonObject[] jsonObjectArray
        end local 3 // java.lang.Object[] array
        12: .line 1002
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast io.vertx.core.json.JsonObject[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lio/vertx/sqlclient/Tuple;
            0   13     1              pos  I
            1   13     2              val  Ljava/lang/Object;
            5   12     3            array  [Ljava/lang/Object;
            6   12     4  jsonObjectArray  [Lio/vertx/core/json/JsonObject;
            7   11     5                i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.json.JsonArray[] getArrayOfJsonArrays(int);
    descriptor: (I)[Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1014
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 1015
            aload 2 /* val */
            ifnonnull 3
         2: .line 1016
            aconst_null
            areturn
         3: .line 1017
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 12
         4: .line 1018
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
         5: .line 1019
            aload 3 /* array */
            arraylength
            anewarray io.vertx.core.json.JsonArray
            astore 4 /* jsonObjectArray */
        start local 4 // io.vertx.core.json.JsonArray[] jsonObjectArray
         6: .line 1020
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 1021
      StackMap locals: java.lang.Object[] io.vertx.core.json.JsonArray[] int
      StackMap stack:
            aload 4 /* jsonObjectArray */
            iload 5 /* i */
            aload 3 /* array */
            iload 5 /* i */
            aaload
            checkcast io.vertx.core.json.JsonArray
            aastore
         9: .line 1020
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 8
        end local 5 // int i
        11: .line 1023
            aload 4 /* jsonObjectArray */
            areturn
        end local 4 // io.vertx.core.json.JsonArray[] jsonObjectArray
        end local 3 // java.lang.Object[] array
        12: .line 1025
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast io.vertx.core.json.JsonArray[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lio/vertx/sqlclient/Tuple;
            0   13     1              pos  I
            1   13     2              val  Ljava/lang/Object;
            5   12     3            array  [Ljava/lang/Object;
            6   12     4  jsonObjectArray  [Lio/vertx/core/json/JsonArray;
            7   11     5                i  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Object[] getArrayOfJsons(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1044
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 1045
            aload 2 /* val */
            ifnonnull 3
         2: .line 1046
            aconst_null
            areturn
         3: .line 1047
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof io.vertx.core.json.JsonObject[]
            ifne 8
         4: .line 1048
            aload 2 /* val */
            instanceof io.vertx.core.json.JsonArray[]
            ifne 8
         5: .line 1049
            aload 2 /* val */
            instanceof java.lang.Number[]
            ifne 8
         6: .line 1050
            aload 2 /* val */
            instanceof java.lang.Boolean[]
            ifne 8
         7: .line 1051
            aload 2 /* val */
            instanceof java.lang.String[]
            ifeq 9
         8: .line 1052
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            checkcast java.lang.Object[]
            areturn
         9: .line 1053
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 24
        10: .line 1054
            aload 2 /* val */
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        11: .line 1055
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 22
        13: .line 1056
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 2 /* val */
            iload 4 /* i */
            invokestatic java.lang.reflect.Array.get:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 5 /* elt */
        start local 5 // java.lang.Object elt
        14: .line 1057
            aload 5 /* elt */
            ifnull 21
            aload 5 /* elt */
            getstatic io.vertx.sqlclient.Tuple.JSON_NULL:Ljava/lang/Object;
            if_acmpeq 21
        15: .line 1058
            aload 5 /* elt */
            instanceof java.lang.String
            ifne 21
        16: .line 1059
            aload 5 /* elt */
            instanceof java.lang.Boolean
            ifne 21
        17: .line 1060
            aload 5 /* elt */
            instanceof java.lang.Number
            ifne 21
        18: .line 1061
            aload 5 /* elt */
            instanceof io.vertx.core.json.JsonObject
            ifne 21
        19: .line 1062
            aload 5 /* elt */
            instanceof io.vertx.core.json.JsonArray
            ifne 21
        20: .line 1063
            new java.lang.ClassCastException
            dup
            invokespecial java.lang.ClassCastException.<init>:()V
            athrow
        end local 5 // java.lang.Object elt
        21: .line 1055
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 4 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 13
        end local 4 // int i
        23: .line 1066
            aload 3 /* array */
            areturn
        end local 3 // java.lang.Object[] array
        24: .line 1068
      StackMap locals:
      StackMap stack:
            new java.lang.ClassCastException
            dup
            invokespecial java.lang.ClassCastException.<init>:()V
            athrow
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lio/vertx/sqlclient/Tuple;
            0   25     1    pos  I
            1   25     2    val  Ljava/lang/Object;
           11   24     3  array  [Ljava/lang/Object;
           12   23     4      i  I
           14   21     5    elt  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.temporal.Temporal[] getArrayOfTemporals(int);
    descriptor: (I)[Ljava/time/temporal/Temporal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1080
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.temporal.Temporal[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDate[] getArrayOfLocalDates(int);
    descriptor: (I)[Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1094
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 1095
            aload 2 /* val */
            ifnonnull 3
         2: .line 1096
            aconst_null
            areturn
         3: .line 1097
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDate[]
            ifeq 5
         4: .line 1098
            aload 2 /* val */
            checkcast java.time.LocalDate[]
            areturn
         5: .line 1099
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDateTime[]
            ifeq 17
         6: .line 1100
            aload 2 /* val */
            checkcast java.time.LocalDateTime[]
            astore 3 /* a */
        start local 3 // java.time.LocalDateTime[] a
         7: .line 1101
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 1102
            iload 4 /* len */
            anewarray java.time.LocalDate
            astore 5 /* arr */
        start local 5 // java.time.LocalDate[] arr
         9: .line 1103
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 1104
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.time.LocalDateTime[] int java.time.LocalDate[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.time.LocalDateTime elt
        12: .line 1105
            aload 7 /* elt */
            ifnull 14
        13: .line 1106
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.time.LocalDateTime.toLocalDate:()Ljava/time/LocalDate;
            aastore
        end local 7 // java.time.LocalDateTime elt
        14: .line 1103
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 1109
            aload 5 /* arr */
            areturn
        end local 5 // java.time.LocalDate[] arr
        end local 4 // int len
        end local 3 // java.time.LocalDateTime[] a
        17: .line 1111
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.LocalDate[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/vertx/sqlclient/Tuple;
            0   18     1   pos  I
            1   18     2   val  Ljava/lang/Object;
            7   17     3     a  [Ljava/time/LocalDateTime;
            8   17     4   len  I
            9   17     5   arr  [Ljava/time/LocalDate;
           10   16     6     i  I
           12   14     7   elt  Ljava/time/LocalDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalTime[] getArrayOfLocalTimes(int);
    descriptor: (I)[Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1126
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 1127
            aload 2 /* val */
            ifnonnull 3
         2: .line 1128
            aconst_null
            areturn
         3: .line 1129
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalTime[]
            ifeq 5
         4: .line 1130
            aload 2 /* val */
            checkcast java.time.LocalTime[]
            areturn
         5: .line 1131
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.LocalDateTime[]
            ifeq 17
         6: .line 1132
            aload 2 /* val */
            checkcast java.time.LocalDateTime[]
            astore 3 /* a */
        start local 3 // java.time.LocalDateTime[] a
         7: .line 1133
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 1134
            iload 4 /* len */
            anewarray java.time.LocalTime
            astore 5 /* arr */
        start local 5 // java.time.LocalTime[] arr
         9: .line 1135
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 1136
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.time.LocalDateTime[] int java.time.LocalTime[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.time.LocalDateTime elt
        12: .line 1137
            aload 7 /* elt */
            ifnull 14
        13: .line 1138
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.time.LocalDateTime.toLocalTime:()Ljava/time/LocalTime;
            aastore
        end local 7 // java.time.LocalDateTime elt
        14: .line 1135
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 1141
            aload 5 /* arr */
            areturn
        end local 5 // java.time.LocalTime[] arr
        end local 4 // int len
        end local 3 // java.time.LocalDateTime[] a
        17: .line 1143
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.LocalTime[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/vertx/sqlclient/Tuple;
            0   18     1   pos  I
            1   18     2   val  Ljava/lang/Object;
            7   17     3     a  [Ljava/time/LocalDateTime;
            8   17     4   len  I
            9   17     5   arr  [Ljava/time/LocalTime;
           10   16     6     i  I
           12   14     7   elt  Ljava/time/LocalDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDateTime[] getArrayOfLocalDateTimes(int);
    descriptor: (I)[Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1155
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.LocalDateTime[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetTime[] getArrayOfOffsetTimes(int);
    descriptor: (I)[Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1169
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 1170
            aload 2 /* val */
            ifnonnull 3
         2: .line 1171
            aconst_null
            areturn
         3: .line 1172
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.OffsetTime[]
            ifeq 5
         4: .line 1173
            aload 2 /* val */
            checkcast java.time.OffsetTime[]
            areturn
         5: .line 1174
      StackMap locals:
      StackMap stack:
            aload 2 /* val */
            instanceof java.time.OffsetDateTime[]
            ifeq 17
         6: .line 1175
            aload 2 /* val */
            checkcast java.time.OffsetDateTime[]
            astore 3 /* a */
        start local 3 // java.time.OffsetDateTime[] a
         7: .line 1176
            aload 3 /* a */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 1177
            iload 4 /* len */
            anewarray java.time.OffsetTime
            astore 5 /* arr */
        start local 5 // java.time.OffsetTime[] arr
         9: .line 1178
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 15
        11: .line 1179
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object java.time.OffsetDateTime[] int java.time.OffsetTime[] int
      StackMap stack:
            aload 3 /* a */
            iload 6 /* i */
            aaload
            astore 7 /* elt */
        start local 7 // java.time.OffsetDateTime elt
        12: .line 1180
            aload 7 /* elt */
            ifnull 14
        13: .line 1181
            aload 5 /* arr */
            iload 6 /* i */
            aload 7 /* elt */
            invokevirtual java.time.OffsetDateTime.toOffsetTime:()Ljava/time/OffsetTime;
            aastore
        end local 7 // java.time.OffsetDateTime elt
        14: .line 1178
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 6 // int i
        16: .line 1184
            aload 5 /* arr */
            areturn
        end local 5 // java.time.OffsetTime[] arr
        end local 4 // int len
        end local 3 // java.time.OffsetDateTime[] a
        17: .line 1186
      StackMap locals: io.vertx.sqlclient.Tuple int java.lang.Object
      StackMap stack:
            aload 2 /* val */
            checkcast java.time.OffsetTime[]
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/vertx/sqlclient/Tuple;
            0   18     1   pos  I
            1   18     2   val  Ljava/lang/Object;
            7   17     3     a  [Ljava/time/OffsetDateTime;
            8   17     4   len  I
            9   17     5   arr  [Ljava/time/OffsetTime;
           10   16     6     i  I
           12   14     7   elt  Ljava/time/OffsetDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetDateTime[] getArrayOfOffsetDateTimes(int);
    descriptor: (I)[Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1198
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.time.OffsetDateTime[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.buffer.Buffer[] getArrayOfBuffers(int);
    descriptor: (I)[Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1209
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
      Name  Flags
      pos   

  public java.util.UUID[] getArrayOfUUIDs(int);
    descriptor: (I)[Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1220
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.util.UUID[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public java.math.BigDecimal[] getArrayOfBigDecimals(int);
    descriptor: (I)[Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 1231
            aload 0 /* this */
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            checkcast java.math.BigDecimal[]
            areturn
        end local 1 // int pos
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/Tuple;
            0    1     1   pos  I
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.vertx.sqlclient.Tuple addValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addBoolean(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Boolean value
         0: .line 1251
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Boolean value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Boolean;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addShort(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Short value
         0: .line 1262
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Short value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Short;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addInteger(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Integer value
         0: .line 1273
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Integer value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addLong(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Long value
         0: .line 1284
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Long value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Long;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addFloat(java.lang.Float);
    descriptor: (Ljava/lang/Float;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Float value
         0: .line 1295
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Float value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Float;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addDouble(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Double value
         0: .line 1306
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Double value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/Double;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.String value
         0: .line 1317
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.String value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addJsonObject(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.json.JsonObject value
         0: .line 1328
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.json.JsonObject value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Lio/vertx/core/json/JsonObject;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addJsonArray(io.vertx.core.json.JsonArray);
    descriptor: (Lio/vertx/core/json/JsonArray;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.json.JsonArray value
         0: .line 1339
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.json.JsonArray value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Lio/vertx/core/json/JsonArray;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addTemporal(java.time.temporal.Temporal);
    descriptor: (Ljava/time/temporal/Temporal;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.temporal.Temporal value
         0: .line 1350
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.temporal.Temporal value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/temporal/Temporal;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addLocalDate(java.time.LocalDate);
    descriptor: (Ljava/time/LocalDate;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalDate value
         0: .line 1361
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalDate value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/LocalDate;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addLocalTime(java.time.LocalTime);
    descriptor: (Ljava/time/LocalTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalTime value
         0: .line 1372
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalTime value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/LocalTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addLocalDateTime(java.time.LocalDateTime);
    descriptor: (Ljava/time/LocalDateTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalDateTime value
         0: .line 1383
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalDateTime value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/LocalDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addOffsetTime(java.time.OffsetTime);
    descriptor: (Ljava/time/OffsetTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.OffsetTime value
         0: .line 1394
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.OffsetTime value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/OffsetTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addOffsetDateTime(java.time.OffsetDateTime);
    descriptor: (Ljava/time/OffsetDateTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.OffsetDateTime value
         0: .line 1405
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.OffsetDateTime value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/time/OffsetDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.buffer.Buffer value
         0: .line 1416
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.buffer.Buffer value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Lio/vertx/core/buffer/Buffer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addUUID(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.util.UUID value
         0: .line 1427
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.util.UUID value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/util/UUID;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addBigDecimal(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.math.BigDecimal value
         0: .line 1438
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.math.BigDecimal value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  Ljava/math/BigDecimal;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfBoolean(java.lang.Boolean[]);
    descriptor: ([Ljava/lang/Boolean;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Boolean[] value
         0: .line 1449
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Boolean[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Boolean;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfShort(java.lang.Short[]);
    descriptor: ([Ljava/lang/Short;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Short[] value
         0: .line 1460
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Short[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Short;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfInteger(java.lang.Integer[]);
    descriptor: ([Ljava/lang/Integer;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Integer[] value
         0: .line 1474
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Integer[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfLong(java.lang.Long[]);
    descriptor: ([Ljava/lang/Long;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Long[] value
         0: .line 1485
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Long[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Long;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfFloat(java.lang.Float[]);
    descriptor: ([Ljava/lang/Float;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Float[] value
         0: .line 1496
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Float[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Float;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfDouble(java.lang.Double[]);
    descriptor: ([Ljava/lang/Double;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Double[] value
         0: .line 1507
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.Double[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/Double;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfString(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.String[] value
         0: .line 1518
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.lang.String[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfJsonObject(io.vertx.core.json.JsonObject[]);
    descriptor: ([Lio/vertx/core/json/JsonObject;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.json.JsonObject[] value
         0: .line 1529
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.json.JsonObject[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Lio/vertx/core/json/JsonObject;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfJsonArray(io.vertx.core.json.JsonArray[]);
    descriptor: ([Lio/vertx/core/json/JsonArray;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.json.JsonArray[] value
         0: .line 1540
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.json.JsonArray[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Lio/vertx/core/json/JsonArray;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfTemporal(java.time.temporal.Temporal[]);
    descriptor: ([Ljava/time/temporal/Temporal;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.temporal.Temporal[] value
         0: .line 1551
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.temporal.Temporal[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/temporal/Temporal;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfLocalDate(java.time.LocalDate[]);
    descriptor: ([Ljava/time/LocalDate;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalDate[] value
         0: .line 1562
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalDate[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/LocalDate;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfLocalTime(java.time.LocalTime[]);
    descriptor: ([Ljava/time/LocalTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalTime[] value
         0: .line 1573
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalTime[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/LocalTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfLocalDateTime(java.time.LocalDateTime[]);
    descriptor: ([Ljava/time/LocalDateTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.LocalDateTime[] value
         0: .line 1584
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.LocalDateTime[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/LocalDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfOffsetTime(java.time.OffsetTime[]);
    descriptor: ([Ljava/time/OffsetTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.OffsetTime[] value
         0: .line 1595
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.OffsetTime[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/OffsetTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfOffsetDateTime(java.time.OffsetDateTime[]);
    descriptor: ([Ljava/time/OffsetDateTime;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.time.OffsetDateTime[] value
         0: .line 1606
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.time.OffsetDateTime[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/time/OffsetDateTime;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfBuffer(io.vertx.core.buffer.Buffer[]);
    descriptor: ([Lio/vertx/core/buffer/Buffer;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // io.vertx.core.buffer.Buffer[] value
         0: .line 1617
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // io.vertx.core.buffer.Buffer[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Lio/vertx/core/buffer/Buffer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfUUID(java.util.UUID[]);
    descriptor: ([Ljava/util/UUID;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.util.UUID[] value
         0: .line 1628
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.util.UUID[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/util/UUID;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.sqlclient.Tuple addArrayOfBigDecimal(java.math.BigDecimal[]);
    descriptor: ([Ljava/math/BigDecimal;)Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.math.BigDecimal[] value
         0: .line 1639
            aload 0 /* this */
            aload 1 /* value */
            invokeinterface io.vertx.sqlclient.Tuple.addValue:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            areturn
        end local 1 // java.math.BigDecimal[] value
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/sqlclient/Tuple;
            0    1     1  value  [Ljava/math/BigDecimal;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public <T> T get(java.lang.Class<T>, );
    descriptor: (Ljava/lang/Class;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.sqlclient.Tuple this
        start local 1 // java.lang.Class type
        start local 2 // int position
         0: .line 1653
            aload 1 /* type */
            ifnonnull 2
         1: .line 1654
            new java.lang.IllegalArgumentException
            dup
            ldc "Accessor type can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* position */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 1657
            aload 3 /* value */
            ifnull 5
            aload 1 /* type */
            aload 3 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 5
         4: .line 1658
            aload 1 /* type */
            aload 3 /* value */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 1660
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object value
        end local 2 // int position
        end local 1 // java.lang.Class type
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/sqlclient/Tuple;
            0    6     1      type  Ljava/lang/Class<TT;>;
            0    6     2  position  I
            3    6     3     value  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;I)TT;
    MethodParameters:
          Name  Flags
      type      
      position  

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.util.List<java.lang.Class<?>> types();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.vertx.sqlclient.Tuple this
         0: .line 1675
            aload 0 /* this */
            invokeinterface io.vertx.sqlclient.Tuple.size:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 1676
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* types */
        start local 2 // java.util.List types
         2: .line 1677
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 10
         4: .line 1678
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 4 /* param */
        start local 4 // java.lang.Object param
         5: .line 1679
            aload 4 /* param */
            ifnonnull 8
         6: .line 1680
            aload 2 /* types */
            ldc Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1681
            goto 9
         8: .line 1682
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* types */
            aload 4 /* param */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object param
         9: .line 1677
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 1 /* len */
            if_icmplt 4
        end local 3 // int i
        11: .line 1685
            aload 2 /* types */
            areturn
        end local 2 // java.util.List types
        end local 1 // int len
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/sqlclient/Tuple;
            1   12     1    len  I
            2   12     2  types  Ljava/util/List<Ljava/lang/Class<*>;>;
            3   11     3      i  I
            5    9     4  param  Ljava/lang/Object;
    Signature: ()Ljava/util/List<Ljava/lang/Class<*>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public java.lang.String deepToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.sqlclient.Tuple this
         0: .line 1693
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 1694
            aload 1 /* sb */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 1695
            aload 0 /* this */
            invokeinterface io.vertx.sqlclient.Tuple.size:()I
            istore 2 /* size */
        start local 2 // int size
         3: .line 1696
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 1697
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            iload 3 /* i */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 1698
            iload 3 /* i */
            iconst_1
            iadd
            iload 2 /* size */
            if_icmpge 8
         7: .line 1699
            aload 1 /* sb */
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 1696
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* size */
            if_icmplt 5
        end local 3 // int i
        10: .line 1701
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 1702
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // int size
        end local 1 // java.lang.StringBuilder sb
        end local 0 // io.vertx.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/sqlclient/Tuple;
            1   12     1    sb  Ljava/lang/StringBuilder;
            3   12     2  size  I
            4   10     3     i  I
}
SourceFile: "Tuple.java"
NestMembers:
  io.vertx.sqlclient.Tuple$1
InnerClasses:
  io.vertx.sqlclient.Tuple$1
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()