public class org.jdbi.v3.core.Handles implements org.jdbi.v3.core.config.JdbiConfig<org.jdbi.v3.core.Handles>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.core.Handles
  super_class: java.lang.Object
{
  private boolean forceEndTransactions;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jdbi.v3.core.Handles this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            iconst_1
            putfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
         2: .line 24
            return
        end local 0 // org.jdbi.v3.core.Handles this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jdbi/v3/core/Handles;

  private void <init>(org.jdbi.v3.core.Handles);
    descriptor: (Lorg/jdbi/v3/core/Handles;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.core.Handles this
        start local 1 // org.jdbi.v3.core.Handles that
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            iconst_1
            putfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
         2: .line 27
            aload 0 /* this */
            aload 1 /* that */
            getfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
            putfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
         3: .line 28
            return
        end local 1 // org.jdbi.v3.core.Handles that
        end local 0 // org.jdbi.v3.core.Handles this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jdbi/v3/core/Handles;
            0    4     1  that  Lorg/jdbi/v3/core/Handles;
    MethodParameters:
      Name  Flags
      that  

  public boolean isForceEndTransactions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.core.Handles this
         0: .line 43
            aload 0 /* this */
            getfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
            ireturn
        end local 0 // org.jdbi.v3.core.Handles this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/core/Handles;

  public void setForceEndTransactions(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.core.Handles this
        start local 1 // boolean forceEndTransactions
         0: .line 54
            aload 0 /* this */
            iload 1 /* forceEndTransactions */
            putfield org.jdbi.v3.core.Handles.forceEndTransactions:Z
         1: .line 55
            return
        end local 1 // boolean forceEndTransactions
        end local 0 // org.jdbi.v3.core.Handles this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/jdbi/v3/core/Handles;
            0    2     1  forceEndTransactions  Z
    MethodParameters:
                      Name  Flags
      forceEndTransactions  

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

  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.core.Handles.createCopy:()Lorg/jdbi/v3/core/Handles;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jdbi/v3/core/config/JdbiConfig<Lorg/jdbi/v3/core/Handles;>;
SourceFile: "Handles.java"