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
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 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
0 1 1 config Lorg/jdbi/v3/core/config/ConfigRegistry;
RuntimeInvisibleAnnotations:
org.jdbi.v3.meta.Beta()
MethodParameters:
Name Flags
config
}
SourceFile: "SqlStatementCustomizer.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()