interface org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer
  super_class: java.lang.Object
{
  public abstract void apply(org.jdbi.v3.core.statement.SqlStatement<?>, []);
    descriptor: (Lorg/jdbi/v3/core/statement/SqlStatement;[Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jdbi/v3/core/statement/SqlStatement<*>;[Ljava/lang/Object;)V
    MethodParameters:
      Name  Flags
      stmt  
      args  

  public abstract void warm(org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Lorg/jdbi/v3/core/config/ConfigRegistry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      config  

  public static org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer of(org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer);
    descriptor: (Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;)Lorg/jdbi/v3/sqlobject/statement/internal/CustomizingStatementHandler$BoundCustomizer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer inner
         0: .line 229
            new org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer$1
            dup
            aload 0 /* inner */
            invokespecial org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer$1.<init>:(Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;)V
            areturn
        end local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer inner
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  inner  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    MethodParameters:
       Name  Flags
      inner  
}
SourceFile: "CustomizingStatementHandler.java"
NestHost: org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler
InnerClasses:
  private abstract BoundCustomizer = org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer of org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler
  org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler$BoundCustomizer$1