class org.jdbi.v3.postgres.MacAddrArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jdbi.v3.postgres.MacAddrArgumentFactory
  super_class: org.jdbi.v3.core.argument.AbstractArgumentFactory
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.MacAddrArgumentFactory this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.postgresql cannot be resolved\n\tPGobject cannot be resolved to a type\n\tPGobject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.MacAddrArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/MacAddrArgumentFactory;

  protected org.jdbi.v3.core.argument.Argument build(java.lang.String, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/lang/String;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.MacAddrArgumentFactory this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPGobject cannot be resolved to a type\n\tPGobject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.MacAddrArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/MacAddrArgumentFactory;
    MethodParameters:
        Name  Flags
      value   
      config  
}
Signature: Lorg/jdbi/v3/core/argument/AbstractArgumentFactory<Ljava/lang/String;>;
SourceFile: "MacAddrArgumentFactory.java"
    RuntimeVisibleAnnotations: 
      org.jdbi.v3.postgres.MacAddr()