public interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
  super_class: java.lang.Object
{
  public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForType(java.lang.annotation.Annotation, java.lang.Class<?>);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
        start local 1 // java.lang.annotation.Annotation annotation
        start local 2 // java.lang.Class sqlObjectType
         0: .line 34
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported for type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class sqlObjectType
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
            0    1     1     annotation  Ljava/lang/annotation/Annotation;
            0    1     2  sqlObjectType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    MethodParameters:
               Name  Flags
      annotation     
      sqlObjectType  

  public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForMethod(java.lang.annotation.Annotation, java.lang.Class<?>, java.lang.reflect.Method);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
        start local 1 // java.lang.annotation.Annotation annotation
        start local 2 // java.lang.Class sqlObjectType
        start local 3 // java.lang.reflect.Method method
         0: .line 46
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported for method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.reflect.Method method
        end local 2 // java.lang.Class sqlObjectType
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
            0    1     1     annotation  Ljava/lang/annotation/Annotation;
            0    1     2  sqlObjectType  Ljava/lang/Class<*>;
            0    1     3         method  Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    MethodParameters:
               Name  Flags
      annotation     
      sqlObjectType  
      method         

  public org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer createForParameter(java.lang.annotation.Annotation, java.lang.Class<?>, java.lang.reflect.Method, java.lang.reflect.Parameter, int, java.lang.reflect.Type);
    descriptor: (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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
        start local 1 // java.lang.annotation.Annotation annotation
        start local 2 // java.lang.Class sqlObjectType
        start local 3 // java.lang.reflect.Method method
        start local 4 // java.lang.reflect.Parameter param
        start local 5 // int index
        start local 6 // java.lang.reflect.Type paramType
         0: .line 66
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported for parameter"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.reflect.Type paramType
        end local 5 // int index
        end local 4 // java.lang.reflect.Parameter param
        end local 3 // java.lang.reflect.Method method
        end local 2 // java.lang.Class sqlObjectType
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizerFactory;
            0    1     1     annotation  Ljava/lang/annotation/Annotation;
            0    1     2  sqlObjectType  Ljava/lang/Class<*>;
            0    1     3         method  Ljava/lang/reflect/Method;
            0    1     4          param  Ljava/lang/reflect/Parameter;
            0    1     5          index  I
            0    1     6      paramType  Ljava/lang/reflect/Type;
    Signature: (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;
    MethodParameters:
               Name  Flags
      annotation     
      sqlObjectType  
      method         
      param          
      index          
      paramType      
}
SourceFile: "SqlStatementCustomizerFactory.java"