public class org.jdbi.v3.postgres.PostgresPlugin implements org.jdbi.v3.core.spi.JdbiPlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.postgres.PostgresPlugin
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.PostgresPlugin this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tThe import org.postgresql cannot be resolved\n\tPGbox cannot be resolved to a type\n\tPGcircle cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n\tPGline cannot be resolved to a type\n\tPGlseg cannot be resolved to a type\n\tPGmoney cannot be resolved to a type\n\tPGpath cannot be resolved to a type\n\tPGpoint cannot be resolved to a type\n\tPGpolygon cannot be resolved to a type\n\tPGConnection cannot be resolved to a type\n\tThe method supplier(CheckedSupplier<PGConnection>) from the type Unchecked refers to the missing type PGConnection\n\tThis lambda expression refers to the missing type PGConnection\n\tType mismatch: cannot convert from PGConnection to PGConnection\n\tPGConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PostgresPlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PostgresPlugin;

  public void customizeJdbi(org.jdbi.v3.core.Jdbi);
    descriptor: (Lorg/jdbi/v3/core/Jdbi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jdbi.v3.postgres.PostgresPlugin this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPGbox cannot be resolved to a type\n\tPGcircle cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n\tPGline cannot be resolved to a type\n\tPGlseg cannot be resolved to a type\n\tPGmoney cannot be resolved to a type\n\tPGpath cannot be resolved to a type\n\tPGpoint cannot be resolved to a type\n\tPGpolygon cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PostgresPlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PostgresPlugin;
    MethodParameters:
      Name  Flags
      jdbi  

  public org.jdbi.v3.core.Handle customizeHandle(org.jdbi.v3.core.Handle);
    descriptor: (Lorg/jdbi/v3/core/Handle;)Lorg/jdbi/v3/core/Handle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jdbi.v3.postgres.PostgresPlugin this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPGConnection cannot be resolved to a type\n\tThe method supplier(CheckedSupplier<PGConnection>) from the type Unchecked refers to the missing type PGConnection\n\tThis lambda expression refers to the missing type PGConnection\n\tType mismatch: cannot convert from PGConnection to PGConnection\n\tPGConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PostgresPlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PostgresPlugin;
    MethodParameters:
        Name  Flags
      handle  
}
SourceFile: "PostgresPlugin.java"
NestMembers:
  org.jdbi.v3.postgres.PostgresPlugin$1