public interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer
  super_class: java.lang.Object
{
  public abstract void apply(org.jdbi.v3.core.statement.SqlStatement<?>);
    descriptor: (Lorg/jdbi/v3/core/statement/SqlStatement;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jdbi/v3/core/statement/SqlStatement<*>;)V
    MethodParameters:
      Name  Flags
      q     
}
SourceFile: "SqlStatementCustomizer.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()