public class org.jdbi.v3.postgres.PeriodColumnMapperFactory implements org.jdbi.v3.core.mapper.ColumnMapperFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.postgres.PeriodColumnMapperFactory
  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.PeriodColumnMapperFactory this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.postgresql cannot be resolved\n\tPGInterval cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PeriodColumnMapperFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PeriodColumnMapperFactory;

  public java.util.Optional<org.jdbi.v3.core.mapper.ColumnMapper<?>> build(java.lang.reflect.Type, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/lang/reflect/Type;Lorg/jdbi/v3/core/config/ConfigRegistry;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jdbi.v3.postgres.PeriodColumnMapperFactory this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPGInterval cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n\tPGInterval cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PeriodColumnMapperFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PeriodColumnMapperFactory;
    Signature: (Ljava/lang/reflect/Type;Lorg/jdbi/v3/core/config/ConfigRegistry;)Ljava/util/Optional<Lorg/jdbi/v3/core/mapper/ColumnMapper<*>;>;
    MethodParameters:
        Name  Flags
      type    
      config  
}
SourceFile: "PeriodColumnMapperFactory.java"