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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokestatic java.time.ZoneId.systemDefault:()Ljava/time/ZoneId;
putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
2: return
end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
2: return
end local 1 end local 0 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 0: aload 0
getfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.jdbi.v3.sqlobject.customizer.TimestampedConfig.timezone:Ljava/time/ZoneId;
1: return
end local 1 end local 0 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 0: new org.jdbi.v3.sqlobject.customizer.TimestampedConfig
dup
aload 0
invokespecial org.jdbi.v3.sqlobject.customizer.TimestampedConfig.<init>:(Lorg/jdbi/v3/sqlobject/customizer/TimestampedConfig;)V
areturn
end local 0 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: 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"