public class org.jdbi.v3.postgres.TypedEnumArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.lang.Enum>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.postgres.TypedEnumArgumentFactory
  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.TypedEnumArgumentFactory 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.TypedEnumArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jdbi/v3/postgres/TypedEnumArgumentFactory;

  protected org.jdbi.v3.core.argument.Argument build(java.lang.Enum, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/lang/Enum;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jdbi.v3.postgres.TypedEnumArgumentFactory this
        start local 1 // java.lang.Enum value
        start local 2 // org.jdbi.v3.core.config.ConfigRegistry config
         0: .line 36
            aload 1 /* value */
            sipush 1111
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.jdbi.v3.core.argument.ObjectArgument.of:(Ljava/lang/Object;Ljava/lang/Integer;)Lorg/jdbi/v3/core/argument/Argument;
            areturn
        end local 2 // org.jdbi.v3.core.config.ConfigRegistry config
        end local 1 // java.lang.Enum value
        end local 0 // org.jdbi.v3.postgres.TypedEnumArgumentFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jdbi/v3/postgres/TypedEnumArgumentFactory;
            0    1     1   value  Ljava/lang/Enum;
            0    1     2  config  Lorg/jdbi/v3/core/config/ConfigRegistry;
    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.lang.Enum
            aload 2
            invokevirtual org.jdbi.v3.postgres.TypedEnumArgumentFactory.build:(Ljava/lang/Enum;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/lang/Enum;>;
SourceFile: "TypedEnumArgumentFactory.java"