public class org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory implements org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/customizer/internal/OutParameterFactory;

  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=1, locals=5, args_size=4
        start local 0 // org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory 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 27
            aload 1 /* annotation */
            checkcast org.jdbi.v3.sqlobject.customizer.OutParameter
            astore 4 /* outParam */
        start local 4 // org.jdbi.v3.sqlobject.customizer.OutParameter outParam
         1: .line 28
            aload 4 /* outParam */
            invokedynamic apply(Lorg/jdbi/v3/sqlobject/customizer/OutParameter;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/jdbi/v3/core/statement/SqlStatement;)V
                  org/jdbi/v3/sqlobject/customizer/internal/OutParameterFactory.lambda$0(Lorg/jdbi/v3/sqlobject/customizer/OutParameter;Lorg/jdbi/v3/core/statement/SqlStatement;)V (6)
                  (Lorg/jdbi/v3/core/statement/SqlStatement;)V
            areturn
        end local 4 // org.jdbi.v3.sqlobject.customizer.OutParameter outParam
        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.internal.OutParameterFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jdbi/v3/sqlobject/customizer/internal/OutParameterFactory;
            0    2     1     annotation  Ljava/lang/annotation/Annotation;
            0    2     2  sqlObjectType  Ljava/lang/Class<*>;
            0    2     3         method  Ljava/lang/reflect/Method;
            1    2     4       outParam  Lorg/jdbi/v3/sqlobject/customizer/OutParameter;
    Signature: (Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Lorg/jdbi/v3/sqlobject/customizer/SqlStatementCustomizer;
    MethodParameters:
               Name  Flags
      annotation     
      sqlObjectType  
      method         

  private static void lambda$0(org.jdbi.v3.sqlobject.customizer.OutParameter, org.jdbi.v3.core.statement.SqlStatement);
    descriptor: (Lorg/jdbi/v3/sqlobject/customizer/OutParameter;Lorg/jdbi/v3/core/statement/SqlStatement;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // org.jdbi.v3.core.statement.SqlStatement stmt
         0: .line 28
            aload 1 /* stmt */
            checkcast org.jdbi.v3.core.statement.Call
            aload 0
            invokeinterface org.jdbi.v3.sqlobject.customizer.OutParameter.name:()Ljava/lang/String;
            aload 0
            invokeinterface org.jdbi.v3.sqlobject.customizer.OutParameter.sqlType:()I
            invokevirtual org.jdbi.v3.core.statement.Call.registerOutParameter:(Ljava/lang/String;I)Lorg/jdbi/v3/core/statement/Call;
            return
        end local 1 // org.jdbi.v3.core.statement.SqlStatement stmt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1  stmt  Lorg/jdbi/v3/core/statement/SqlStatement<*>;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "OutParameterFactory.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles