public class org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory implements org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory
  super_class: java.lang.Object
{
  private final org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory bindSqlStatementCustomizerFactory;
    descriptor: Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            new org.jdbi.v3.sqlobject.customizer.internal.BindFactory
            dup
            invokespecial org.jdbi.v3.sqlobject.customizer.internal.BindFactory.<init>:()V
            putfield org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory.bindSqlStatementCustomizerFactory:Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
         2: .line 29
            return
        end local 0 // org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jdbi/v3/sqlobject/statement/BindParameterCustomizerFactory;

  public org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer createForParameter(java.lang.Class<?>, java.lang.reflect.Method, java.lang.reflect.Parameter, int, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Parameter;ILjava/lang/reflect/Type;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory this
        start local 1 // java.lang.Class sqlObjectType
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.reflect.Parameter param
        start local 4 // int index
        start local 5 // java.lang.reflect.Type type
         0: .line 39
            aload 0 /* this */
            getfield org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory.bindSqlStatementCustomizerFactory:Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
            aconst_null
            aload 1 /* sqlObjectType */
            aload 2 /* method */
            aload 3 /* param */
            iload 4 /* index */
            aload 5 /* type */
            invokeinterface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory.createForParameter:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Parameter;ILjava/lang/reflect/Type;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
            areturn
        end local 5 // java.lang.reflect.Type type
        end local 4 // int index
        end local 3 // java.lang.reflect.Parameter param
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Class sqlObjectType
        end local 0 // org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jdbi/v3/sqlobject/statement/BindParameterCustomizerFactory;
            0    1     1  sqlObjectType  Ljava/lang/Class<*>;
            0    1     2         method  Ljava/lang/reflect/Method;
            0    1     3          param  Ljava/lang/reflect/Parameter;
            0    1     4          index  I
            0    1     5           type  Ljava/lang/reflect/Type;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Method;Ljava/lang/reflect/Parameter;ILjava/lang/reflect/Type;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementParameterCustomizer;
    MethodParameters:
               Name  Flags
      sqlObjectType  
      method         
      param          
      index          
      type           
}
SourceFile: "BindParameterCustomizerFactory.java"