public final class com.fasterxml.jackson.databind.cfg.CoercionInputShape extends java.lang.Enum<com.fasterxml.jackson.databind.cfg.CoercionInputShape>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.fasterxml.jackson.databind.cfg.CoercionInputShape
super_class: java.lang.Enum
{
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Array;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Object;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Integer;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Float;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Boolean;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape String;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape Binary;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape EmptyArray;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape EmptyObject;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.fasterxml.jackson.databind.cfg.CoercionInputShape EmptyString;
descriptor: Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final com.fasterxml.jackson.databind.cfg.CoercionInputShape[] ENUM$VALUES;
descriptor: [Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Array"
iconst_0
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
1: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Array:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
2: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Object"
iconst_1
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
3: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Object:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
4: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Integer"
iconst_2
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
5: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Integer:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
6: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Float"
iconst_3
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
7: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Float:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
8: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Boolean"
iconst_4
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
9: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Boolean:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
10: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "String"
iconst_5
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
11: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.String:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
12: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "Binary"
bipush 6
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
13: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Binary:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
14: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "EmptyArray"
bipush 7
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
15: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyArray:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
16: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "EmptyObject"
bipush 8
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
17: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyObject:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
18: new com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
ldc "EmptyString"
bipush 9
invokespecial com.fasterxml.jackson.databind.cfg.CoercionInputShape.<init>:(Ljava/lang/String;I)V
19: putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyString:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
20: bipush 10
anewarray com.fasterxml.jackson.databind.cfg.CoercionInputShape
dup
iconst_0
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Array:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
iconst_1
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Object:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
iconst_2
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Integer:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
iconst_3
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Float:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
iconst_4
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Boolean:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
iconst_5
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.String:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
bipush 6
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.Binary:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
bipush 7
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyArray:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
bipush 8
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyObject:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
dup
bipush 9
getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.EmptyString:Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aastore
putstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.ENUM$VALUES:[Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static com.fasterxml.jackson.databind.cfg.CoercionInputShape[] values();
descriptor: ()[Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.fasterxml.jackson.databind.cfg.CoercionInputShape.ENUM$VALUES:[Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.fasterxml.jackson.databind.cfg.CoercionInputShape
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 com.fasterxml.jackson.databind.cfg.CoercionInputShape valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.fasterxml.jackson.databind.cfg.CoercionInputShape
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/fasterxml/jackson/databind/cfg/CoercionInputShape;>;
SourceFile: "CoercionInputShape.java"