class org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper implements org.jdbi.v3.core.mapper.ColumnMapper<java.io.InputStream>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/BlobInputStreamColumnMapperFactory$LobColumnMapper;

  public java.io.InputStream map(java.sql.ResultSet, int, org.jdbi.v3.core.statement.StatementContext);
    descriptor: (Ljava/sql/ResultSet;ILorg/jdbi/v3/core/statement/StatementContext;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper 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 38
            aload 3 /* ctx */
            ldc Lorg/jdbi/v3/postgres/PostgresTypes;
            invokevirtual org.jdbi.v3.core.statement.StatementContext.getConfig:(Ljava/lang/Class;)Lorg/jdbi/v3/core/config/JdbiConfig;
            checkcast org.jdbi.v3.postgres.PostgresTypes
         1: .line 39
            invokevirtual org.jdbi.v3.postgres.PostgresTypes.getLobApi:()Lorg/jdbi/v3/postgres/PgLobApi;
         2: .line 40
            aload 1 /* r */
            iload 2 /* columnNumber */
            invokeinterface java.sql.ResultSet.getLong:(I)J
            invokeinterface org.jdbi.v3.postgres.PgLobApi.readLob:(J)Ljava/io/InputStream;
         3: .line 38
            areturn
        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.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jdbi/v3/postgres/BlobInputStreamColumnMapperFactory$LobColumnMapper;
            0    4     1             r  Ljava/sql/ResultSet;
            0    4     2  columnNumber  I
            0    4     3           ctx  Lorg/jdbi/v3/core/statement/StatementContext;
    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.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper.map:(Ljava/sql/ResultSet;ILorg/jdbi/v3/core/statement/StatementContext;)Ljava/io/InputStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Ljava/lang/Object;Lorg/jdbi/v3/core/mapper/ColumnMapper<Ljava/io/InputStream;>;
SourceFile: "BlobInputStreamColumnMapperFactory.java"
NestHost: org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory
InnerClasses:
  LobColumnMapper = org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory$LobColumnMapper of org.jdbi.v3.postgres.BlobInputStreamColumnMapperFactory