class io.vertx.jdbcclient.impl.actions.JDBCResponse$RS<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.jdbcclient.impl.actions.JDBCResponse$RS
  super_class: java.lang.Object
{
  R holder;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TR;

  int size;
    descriptor: I
    flags: (0x0000) 

  io.vertx.sqlclient.impl.RowDesc desc;
    descriptor: Lio/vertx/sqlclient/impl/RowDesc;
    flags: (0x0000) 

  void <init>(R, io.vertx.sqlclient.impl.RowDesc, );
    descriptor: (Ljava/lang/Object;Lio/vertx/sqlclient/impl/RowDesc;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.jdbcclient.impl.actions.JDBCResponse$RS this
        start local 1 // java.lang.Object holder
        start local 2 // io.vertx.sqlclient.impl.RowDesc desc
        start local 3 // int size
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* holder */
            putfield io.vertx.jdbcclient.impl.actions.JDBCResponse$RS.holder:Ljava/lang/Object;
         2: .line 35
            aload 0 /* this */
            aload 2 /* desc */
            putfield io.vertx.jdbcclient.impl.actions.JDBCResponse$RS.desc:Lio/vertx/sqlclient/impl/RowDesc;
         3: .line 36
            aload 0 /* this */
            iload 3 /* size */
            putfield io.vertx.jdbcclient.impl.actions.JDBCResponse$RS.size:I
         4: .line 37
            return
        end local 3 // int size
        end local 2 // io.vertx.sqlclient.impl.RowDesc desc
        end local 1 // java.lang.Object holder
        end local 0 // io.vertx.jdbcclient.impl.actions.JDBCResponse$RS this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/jdbcclient/impl/actions/JDBCResponse$RS<TR;>;
            0    5     1  holder  TR;
            0    5     2    desc  Lio/vertx/sqlclient/impl/RowDesc;
            0    5     3    size  I
    Signature: (TR;Lio/vertx/sqlclient/impl/RowDesc;I)V
    MethodParameters:
        Name  Flags
      holder  
      desc    
      size    
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "JDBCResponse.java"
NestHost: io.vertx.jdbcclient.impl.actions.JDBCResponse
InnerClasses:
  RS = io.vertx.jdbcclient.impl.actions.JDBCResponse$RS of io.vertx.jdbcclient.impl.actions.JDBCResponse