class org.jdbi.v3.postgres.ClobReaderArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.io.Reader>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jdbi.v3.postgres.ClobReaderArgumentFactory
  super_class: org.jdbi.v3.core.argument.AbstractArgumentFactory
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.ClobReaderArgumentFactory this
         0: .line 27
            aload 0 /* this */
            sipush 2005
            invokespecial org.jdbi.v3.core.argument.AbstractArgumentFactory.<init>:(I)V
         1: .line 28
            return
        end local 0 // org.jdbi.v3.postgres.ClobReaderArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jdbi/v3/postgres/ClobReaderArgumentFactory;

  protected org.jdbi.v3.core.argument.Argument build(java.io.Reader, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/io/Reader;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jdbi.v3.postgres.ClobReaderArgumentFactory this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tReaderInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.ClobReaderArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/ClobReaderArgumentFactory;
    MethodParameters:
        Name  Flags
      value   
      config  

  protected org.jdbi.v3.core.argument.Argument build(java.lang.Object, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/lang/Object;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.Reader
            aload 2
            invokevirtual org.jdbi.v3.postgres.ClobReaderArgumentFactory.build:(Ljava/io/Reader;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jdbi/v3/core/argument/AbstractArgumentFactory<Ljava/io/Reader;>;
SourceFile: "ClobReaderArgumentFactory.java"