public class org.jdbi.v3.sqlobject.SqlObjects implements org.jdbi.v3.core.config.JdbiConfig<org.jdbi.v3.sqlobject.SqlObjects>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.SqlObjects
  super_class: java.lang.Object
{
  private org.jdbi.v3.sqlobject.locator.SqlLocator sqlLocator;
    descriptor: Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
    flags: (0x0002) ACC_PRIVATE

  private org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory defaultParameterCustomizerFactory;
    descriptor: Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            new org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator
            dup
            invokespecial org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator.<init>:()V
            putfield org.jdbi.v3.sqlobject.SqlObjects.sqlLocator:Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
         2: .line 34
            aload 0 /* this */
            new org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory
            dup
            invokespecial org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory.<init>:()V
            putfield org.jdbi.v3.sqlobject.SqlObjects.defaultParameterCustomizerFactory:Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
         3: .line 35
            return
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jdbi/v3/sqlobject/SqlObjects;

  private void <init>(org.jdbi.v3.sqlobject.SqlObjects);
    descriptor: (Lorg/jdbi/v3/sqlobject/SqlObjects;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
        start local 1 // org.jdbi.v3.sqlobject.SqlObjects that
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* that */
            getfield org.jdbi.v3.sqlobject.SqlObjects.sqlLocator:Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
            putfield org.jdbi.v3.sqlobject.SqlObjects.sqlLocator:Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
         2: .line 39
            aload 0 /* this */
            aload 1 /* that */
            getfield org.jdbi.v3.sqlobject.SqlObjects.defaultParameterCustomizerFactory:Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
            putfield org.jdbi.v3.sqlobject.SqlObjects.defaultParameterCustomizerFactory:Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
         3: .line 40
            return
        end local 1 // org.jdbi.v3.sqlobject.SqlObjects that
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jdbi/v3/sqlobject/SqlObjects;
            0    4     1  that  Lorg/jdbi/v3/sqlobject/SqlObjects;
    MethodParameters:
      Name  Flags
      that  

  public org.jdbi.v3.sqlobject.locator.SqlLocator getSqlLocator();
    descriptor: ()Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
         0: .line 48
            aload 0 /* this */
            getfield org.jdbi.v3.sqlobject.SqlObjects.sqlLocator:Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
            areturn
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/SqlObjects;

  public org.jdbi.v3.sqlobject.SqlObjects setSqlLocator(org.jdbi.v3.sqlobject.locator.SqlLocator);
    descriptor: (Lorg/jdbi/v3/sqlobject/locator/SqlLocator;)Lorg/jdbi/v3/sqlobject/SqlObjects;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
        start local 1 // org.jdbi.v3.sqlobject.locator.SqlLocator sqlLocator
         0: .line 58
            aload 0 /* this */
            aload 1 /* sqlLocator */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jdbi.v3.sqlobject.locator.SqlLocator
            putfield org.jdbi.v3.sqlobject.SqlObjects.sqlLocator:Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
         1: .line 59
            aload 0 /* this */
            areturn
        end local 1 // org.jdbi.v3.sqlobject.locator.SqlLocator sqlLocator
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jdbi/v3/sqlobject/SqlObjects;
            0    2     1  sqlLocator  Lorg/jdbi/v3/sqlobject/locator/SqlLocator;
    MethodParameters:
            Name  Flags
      sqlLocator  

  public org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory getDefaultParameterCustomizerFactory();
    descriptor: ()Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
         0: .line 69
            aload 0 /* this */
            getfield org.jdbi.v3.sqlobject.SqlObjects.defaultParameterCustomizerFactory:Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
            areturn
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/SqlObjects;

  public org.jdbi.v3.sqlobject.SqlObjects setDefaultParameterCustomizerFactory(org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory);
    descriptor: (Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;)Lorg/jdbi/v3/sqlobject/SqlObjects;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
        start local 1 // org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory defaultParameterCustomizerFactory
         0: .line 79
            aload 0 /* this */
            aload 1 /* defaultParameterCustomizerFactory */
            putfield org.jdbi.v3.sqlobject.SqlObjects.defaultParameterCustomizerFactory:Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory defaultParameterCustomizerFactory
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    2     0                               this  Lorg/jdbi/v3/sqlobject/SqlObjects;
            0    2     1  defaultParameterCustomizerFactory  Lorg/jdbi/v3/sqlobject/statement/ParameterCustomizerFactory;
    MethodParameters:
                                   Name  Flags
      defaultParameterCustomizerFactory  

  public org.jdbi.v3.sqlobject.SqlObjects createCopy();
    descriptor: ()Lorg/jdbi/v3/sqlobject/SqlObjects;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.SqlObjects this
         0: .line 85
            new org.jdbi.v3.sqlobject.SqlObjects
            dup
            aload 0 /* this */
            invokespecial org.jdbi.v3.sqlobject.SqlObjects.<init>:(Lorg/jdbi/v3/sqlobject/SqlObjects;)V
            areturn
        end local 0 // org.jdbi.v3.sqlobject.SqlObjects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/SqlObjects;

  public org.jdbi.v3.core.config.JdbiConfig createCopy();
    descriptor: ()Lorg/jdbi/v3/core/config/JdbiConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jdbi.v3.sqlobject.SqlObjects.createCopy:()Lorg/jdbi/v3/sqlobject/SqlObjects;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jdbi/v3/core/config/JdbiConfig<Lorg/jdbi/v3/sqlobject/SqlObjects;>;
SourceFile: "SqlObjects.java"