public class com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating extends com.fasterxml.jackson.databind.deser.ValueInstantiator implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating
super_class: com.fasterxml.jackson.databind.deser.ValueInstantiator
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected final com.fasterxml.jackson.databind.deser.ValueInstantiator _delegate;
descriptor: Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(com.fasterxml.jackson.databind.deser.ValueInstantiator);
descriptor: (Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.fasterxml.jackson.databind.deser.ValueInstantiator.<init>:()V
1: aload 0
aload 1
putfield com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating._delegate:Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 3 1 delegate Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
MethodParameters:
Name Flags
delegate
public com.fasterxml.jackson.databind.deser.ValueInstantiator createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanDescription);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating._delegate:Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createContextual:(Lcom/fasterxml/jackson/databind/DeserializationContext;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
astore 3
start local 3 1: aload 3
aload 0
getfield com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating._delegate:Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
if_acmpne 2
aload 0
goto 3
StackMap locals: com.fasterxml.jackson.databind.deser.ValueInstantiator
StackMap stack:
2: new com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating
dup
aload 3
invokespecial com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.<init>:(Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;)V
StackMap locals:
StackMap stack: com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating
3: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 4 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 4 2 beanDesc Lcom/fasterxml/jackson/databind/BeanDescription;
1 4 3 d Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
Exceptions:
throws com.fasterxml.jackson.databind.JsonMappingException
MethodParameters:
Name Flags
ctxt
beanDesc
protected com.fasterxml.jackson.databind.deser.ValueInstantiator delegate();
descriptor: ()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating._delegate:Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public java.lang.Class<?> getValueClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getValueClass:()Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
Signature: ()Ljava/lang/Class<*>;
public java.lang.String getValueTypeDesc();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getValueTypeDesc:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canInstantiate();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canInstantiate:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromString();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromString:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromInt();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromInt:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromLong();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromLong:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromDouble();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromDouble:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromBoolean();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromBoolean:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateUsingDefault();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateUsingDefault:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateUsingDelegate();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateUsingDelegate:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateUsingArrayDelegate();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateUsingArrayDelegate:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public boolean canCreateFromObjectWith();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.canCreateFromObjectWith:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public com.fasterxml.jackson.databind.deser.SettableBeanProperty[] getFromObjectArguments(com.fasterxml.jackson.databind.DeserializationConfig);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationConfig;)[Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getFromObjectArguments:(Lcom/fasterxml/jackson/databind/DeserializationConfig;)[Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 config Lcom/fasterxml/jackson/databind/DeserializationConfig;
MethodParameters:
Name Flags
config
public com.fasterxml.jackson.databind.JavaType getDelegateType(com.fasterxml.jackson.databind.DeserializationConfig);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationConfig;)Lcom/fasterxml/jackson/databind/JavaType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getDelegateType:(Lcom/fasterxml/jackson/databind/DeserializationConfig;)Lcom/fasterxml/jackson/databind/JavaType;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 config Lcom/fasterxml/jackson/databind/DeserializationConfig;
MethodParameters:
Name Flags
config
public com.fasterxml.jackson.databind.JavaType getArrayDelegateType(com.fasterxml.jackson.databind.DeserializationConfig);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationConfig;)Lcom/fasterxml/jackson/databind/JavaType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getArrayDelegateType:(Lcom/fasterxml/jackson/databind/DeserializationConfig;)Lcom/fasterxml/jackson/databind/JavaType;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 config Lcom/fasterxml/jackson/databind/DeserializationConfig;
MethodParameters:
Name Flags
config
public java.lang.Object createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createUsingDefault:(Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
public java.lang.Object createFromObjectWith(com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object[]);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromObjectWith:(Lcom/fasterxml/jackson/databind/DeserializationContext;[Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 args [Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
args
public java.lang.Object createFromObjectWith(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.deser.SettableBeanProperty[], com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;[Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;Lcom/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
aload 3
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromObjectWith:(Lcom/fasterxml/jackson/databind/DeserializationContext;[Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;Lcom/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer;)Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 props [Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
0 1 3 buffer Lcom/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
props
buffer
public java.lang.Object createUsingDelegate(com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createUsingDelegate:(Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 delegate Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
delegate
public java.lang.Object createUsingArrayDelegate(com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createUsingArrayDelegate:(Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 delegate Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
delegate
public java.lang.Object createFromString(com.fasterxml.jackson.databind.DeserializationContext, java.lang.String);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromString:(Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/String;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromInt(com.fasterxml.jackson.databind.DeserializationContext, int);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;I)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
iload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromInt:(Lcom/fasterxml/jackson/databind/DeserializationContext;I)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromLong(com.fasterxml.jackson.databind.DeserializationContext, long);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;J)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
lload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromLong:(Lcom/fasterxml/jackson/databind/DeserializationContext;J)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromBigInteger(com.fasterxml.jackson.databind.DeserializationContext, java.math.BigInteger);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/math/BigInteger;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromBigInteger:(Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/math/BigInteger;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value Ljava/math/BigInteger;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromDouble(com.fasterxml.jackson.databind.DeserializationContext, double);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;D)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
dload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromDouble:(Lcom/fasterxml/jackson/databind/DeserializationContext;D)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value D
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromBigDecimal(com.fasterxml.jackson.databind.DeserializationContext, java.math.BigDecimal);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/math/BigDecimal;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromBigDecimal:(Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/math/BigDecimal;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value Ljava/math/BigDecimal;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public java.lang.Object createFromBoolean(com.fasterxml.jackson.databind.DeserializationContext, boolean);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationContext;Z)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
aload 1
iload 2
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromBoolean:(Lcom/fasterxml/jackson/databind/DeserializationContext;Z)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
0 1 1 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 2 value Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctxt
value
public com.fasterxml.jackson.databind.introspect.AnnotatedWithParams getDefaultCreator();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getDefaultCreator:()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public com.fasterxml.jackson.databind.introspect.AnnotatedWithParams getDelegateCreator();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getDelegateCreator:()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public com.fasterxml.jackson.databind.introspect.AnnotatedWithParams getArrayDelegateCreator();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getArrayDelegateCreator:()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
public com.fasterxml.jackson.databind.introspect.AnnotatedWithParams getWithArgsCreator();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating.delegate:()Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
invokevirtual com.fasterxml.jackson.databind.deser.ValueInstantiator.getWithArgsCreator:()Lcom/fasterxml/jackson/databind/introspect/AnnotatedWithParams;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/ValueInstantiator$Delegating;
}
SourceFile: "ValueInstantiator.java"
NestHost: com.fasterxml.jackson.databind.deser.ValueInstantiator
InnerClasses:
public Delegating = com.fasterxml.jackson.databind.deser.ValueInstantiator$Delegating of com.fasterxml.jackson.databind.deser.ValueInstantiator