public interface org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer
  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  
      arg   

  public void warm(org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Lorg/jdbi/v3/core/config/ConfigRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer this
        start local 1 // org.jdbi.v3.core.config.ConfigRegistry config
         0: .line 40
            return
        end local 1 // org.jdbi.v3.core.config.ConfigRegistry config
        end local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
            0    1     1  config  Lorg/jdbi/v3/core/config/ConfigRegistry;
    RuntimeInvisibleAnnotations: 
      org.jdbi.v3.meta.Beta()
    MethodParameters:
        Name  Flags
      config  
}
SourceFile: "SqlStatementParameterCustomizer.java"