public class org.jdbi.v3.jodatime2.DateTimeMapper implements org.jdbi.v3.core.mapper.ColumnMapper<org.joda.time.DateTime>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.jodatime2.DateTimeMapper
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.jodatime2.DateTimeMapper this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.jodatime2.DateTimeMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/jodatime2/DateTimeMapper;

  public org.joda.time.DateTime map(java.sql.ResultSet, int, org.jdbi.v3.core.statement.StatementContext);
    descriptor: (Ljava/sql/ResultSet;ILorg/jdbi/v3/core/statement/StatementContext;)Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jdbi.v3.jodatime2.DateTimeMapper this
        start local 1 // java.sql.ResultSet r
        start local 2 // int columnNumber
        start local 3 // org.jdbi.v3.core.statement.StatementContext ctx
         0: .line 30
            aload 1 /* r */
            iload 2 /* columnNumber */
            invokeinterface java.sql.ResultSet.getTimestamp:(I)Ljava/sql/Timestamp;
            astore 4 /* ts */
        start local 4 // java.sql.Timestamp ts
         1: .line 31
            aload 4 /* ts */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.sql.Timestamp
      StackMap stack:
         2: new org.joda.time.DateTime
            dup
            aload 4 /* ts */
            invokevirtual java.sql.Timestamp.getTime:()J
            invokespecial org.joda.time.DateTime.<init>:(J)V
      StackMap locals:
      StackMap stack: org.joda.time.DateTime
         3: areturn
        end local 4 // java.sql.Timestamp ts
        end local 3 // org.jdbi.v3.core.statement.StatementContext ctx
        end local 2 // int columnNumber
        end local 1 // java.sql.ResultSet r
        end local 0 // org.jdbi.v3.jodatime2.DateTimeMapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jdbi/v3/jodatime2/DateTimeMapper;
            0    4     1             r  Ljava/sql/ResultSet;
            0    4     2  columnNumber  I
            0    4     3           ctx  Lorg/jdbi/v3/core/statement/StatementContext;
            1    4     4            ts  Ljava/sql/Timestamp;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
              Name  Flags
      r             
      columnNumber  
      ctx           

  public java.lang.Object map(java.sql.ResultSet, int, org.jdbi.v3.core.statement.StatementContext);
    descriptor: (Ljava/sql/ResultSet;ILorg/jdbi/v3/core/statement/StatementContext;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokevirtual org.jdbi.v3.jodatime2.DateTimeMapper.map:(Ljava/sql/ResultSet;ILorg/jdbi/v3/core/statement/StatementContext;)Lorg/joda/time/DateTime;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Ljava/lang/Object;Lorg/jdbi/v3/core/mapper/ColumnMapper<Lorg/joda/time/DateTime;>;
SourceFile: "DateTimeMapper.java"