public class org.jdbi.v3.sqlobject.customizer.TimestampedConfig implements org.jdbi.v3.core.config.JdbiConfig<org.jdbi.v3.sqlobject.customizer.TimestampedConfig>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.customizer.TimestampedConfig
  super_class: java.lang.Object
{
  private java.time.ZoneId timezone;
    descriptor: Ljava/time/ZoneId;
    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.sqlobject.customizer.TimestampedConfig this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            invokestatic java.time.ZoneId.systemDefault:()Ljava/time/ZoneId;
            putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
         2: .line 28
            return
        end local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;

  private void <init>(org.jdbi.v3.sqlobject.customizer.TimestampedConfig);
    descriptor: (Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
        start local 1 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig other
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* other */
            getfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
            putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
         2: .line 32
            return
        end local 1 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig other
        end local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;
            0    3     1  other  Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;
    MethodParameters:
       Name  Flags
      other  

  public java.time.ZoneId getTimezone();
    descriptor: ()Ljava/time/ZoneId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
         0: .line 38
            aload 0 /* this */
            getfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
            areturn
        end local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;

  public void setTimezone(java.time.ZoneId);
    descriptor: (Ljava/time/ZoneId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
        start local 1 // java.time.ZoneId timezone
         0: .line 45
            aload 0 /* this */
            aload 1 /* timezone */
            putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
         1: .line 46
            return
        end local 1 // java.time.ZoneId timezone
        end local 0 // org.jdbi.v3.sqlobject.customizer.TimestampedConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;
            0    2     1  timezone  Ljava/time/ZoneId;
    MethodParameters:
          Name  Flags
      timezone  

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

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