public class org.jdbi.v3.postgres.PeriodArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.time.Period>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.postgres.PeriodArgumentFactory
  super_class: org.jdbi.v3.core.argument.AbstractArgumentFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.PeriodArgumentFactory this
         0: .line 31
            aload 0 /* this */
            sipush 1111
            invokespecial org.jdbi.v3.core.argument.AbstractArgumentFactory.<init>:(I)V
         1: .line 32
            return
        end local 0 // org.jdbi.v3.postgres.PeriodArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jdbi/v3/postgres/PeriodArgumentFactory;

  public org.jdbi.v3.core.argument.Argument build(java.time.Period, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/time/Period;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jdbi.v3.postgres.PeriodArgumentFactory this
         0: .line 36
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jdbi.v3.postgres.PeriodArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/postgres/PeriodArgumentFactory;
    MethodParameters:
        Name  Flags
      period  
      config  

  public 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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.time.Period
            aload 2
            invokevirtual org.jdbi.v3.postgres.PeriodArgumentFactory.build:(Ljava/time/Period;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/time/Period;>;
SourceFile: "PeriodArgumentFactory.java"