public final class org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling extends java.lang.Enum<org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
super_class: java.lang.Enum
{
public static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling VOID;
descriptor: Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling NULL;
descriptor: Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling NULL_STRING;
descriptor: Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling NULL_VALUE;
descriptor: Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling THROW;
descriptor: Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final org.jdbi.v3.core.statement.EmptyHandling coreImpl;
descriptor: Lorg/jdbi/v3/core/statement/EmptyHandling;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling[] ENUM$VALUES;
descriptor: [Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
ldc "VOID"
iconst_0
1: getstatic org.jdbi.v3.core.statement.EmptyHandling.BLANK:Lorg/jdbi/v3/core/statement/EmptyHandling;
invokespecial org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.<init>:(Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.VOID:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
2: new org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
ldc "NULL"
iconst_1
3: getstatic org.jdbi.v3.core.statement.EmptyHandling.NULL_KEYWORD:Lorg/jdbi/v3/core/statement/EmptyHandling;
invokespecial org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.<init>:(Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
4: new org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
ldc "NULL_STRING"
iconst_2
5: getstatic org.jdbi.v3.core.statement.EmptyHandling.NULL_KEYWORD:Lorg/jdbi/v3/core/statement/EmptyHandling;
invokespecial org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.<init>:(Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL_STRING:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
6: new org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
ldc "NULL_VALUE"
iconst_3
7: getstatic org.jdbi.v3.core.statement.EmptyHandling.DEFINE_NULL:Lorg/jdbi/v3/core/statement/EmptyHandling;
invokespecial org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.<init>:(Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL_VALUE:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
8: new org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
ldc "THROW"
iconst_4
9: getstatic org.jdbi.v3.core.statement.EmptyHandling.THROW:Lorg/jdbi/v3/core/statement/EmptyHandling;
invokespecial org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.<init>:(Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.THROW:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
10: iconst_5
anewarray org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
iconst_0
getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.VOID:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aastore
dup
iconst_1
getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aastore
dup
iconst_2
getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL_STRING:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aastore
dup
iconst_3
getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.NULL_VALUE:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aastore
dup
iconst_4
getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.THROW:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aastore
putstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.ENUM$VALUES:[Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, org.jdbi.v3.core.statement.EmptyHandling);
descriptor: (Ljava/lang/String;ILorg/jdbi/v3/core/statement/EmptyHandling;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.coreImpl:Lorg/jdbi/v3/core/statement/EmptyHandling;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
0 3 3 coreImpl Lorg/jdbi/v3/core/statement/EmptyHandling;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
coreImpl
public void define(org.jdbi.v3.core.statement.SqlStatement, java.lang.String);
descriptor: (Lorg/jdbi/v3/core/statement/SqlStatement;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.coreImpl:Lorg/jdbi/v3/core/statement/EmptyHandling;
aload 1
aload 2
invokevirtual org.jdbi.v3.core.statement.EmptyHandling.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
0 2 1 stmt Lorg/jdbi/v3/core/statement/SqlStatement;
0 2 2 name Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
stmt
name
public org.jdbi.v3.core.statement.EmptyHandling getCoreImpl();
descriptor: ()Lorg/jdbi/v3/core/statement/EmptyHandling;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.coreImpl:Lorg/jdbi/v3/core/statement/EmptyHandling;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
public static org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling[] values();
descriptor: ()[Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.ENUM$VALUES:[Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;>;
SourceFile: "BindList.java"
NestHost: org.jdbi.v3.sqlobject.customizer.BindList
InnerClasses:
public final EmptyHandling = org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling of org.jdbi.v3.sqlobject.customizer.BindList