public final class org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/customizer/internal/PojoWarmingCustomizer;

  public static org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer of(java.lang.reflect.Type, org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer);
    descriptor: (Ljava/lang/reflect/Type;Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.reflect.Type pojoType
        start local 1 // org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer customizer
         0: .line 34
            new org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer$1
            dup
            aload 1 /* customizer */
            aload 0 /* pojoType */
            invokespecial org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer$1.<init>:(Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;Ljava/lang/reflect/Type;)V
            areturn
        end local 1 // org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer customizer
        end local 0 // java.lang.reflect.Type pojoType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0    pojoType  Ljava/lang/reflect/Type;
            0    1     1  customizer  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
    MethodParameters:
            Name  Flags
      pojoType    
      customizer  
}
SourceFile: "PojoWarmingCustomizer.java"
NestMembers:
  org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer$1
InnerClasses:
  org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer$1