public abstract class com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating extends com.fasterxml.jackson.databind.deser.SettableBeanProperty
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating
super_class: com.fasterxml.jackson.databind.deser.SettableBeanProperty
{
protected final com.fasterxml.jackson.databind.deser.SettableBeanProperty delegate;
descriptor: Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(com.fasterxml.jackson.databind.deser.SettableBeanProperty);
descriptor: (Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.fasterxml.jackson.databind.deser.SettableBeanProperty.<init>:(Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)V
1: aload 0
aload 1
putfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 3 1 d Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
MethodParameters:
Name Flags
d
protected abstract com.fasterxml.jackson.databind.deser.SettableBeanProperty withDelegate(com.fasterxml.jackson.databind.deser.SettableBeanProperty);
descriptor: (Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
d
protected com.fasterxml.jackson.databind.deser.SettableBeanProperty _with(com.fasterxml.jackson.databind.deser.SettableBeanProperty);
descriptor: (Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
if_acmpne 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.withDelegate:(Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 3 1 newDelegate Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
MethodParameters:
Name Flags
newDelegate
public com.fasterxml.jackson.databind.deser.SettableBeanProperty withValueDeserializer(com.fasterxml.jackson.databind.JsonDeserializer<?>);
descriptor: (Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.withValueDeserializer:(Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating._with:(Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)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/SettableBeanProperty$Delegating;
0 1 1 deser Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
Signature: (Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
MethodParameters:
Name Flags
deser
public com.fasterxml.jackson.databind.deser.SettableBeanProperty withName(com.fasterxml.jackson.databind.PropertyName);
descriptor: (Lcom/fasterxml/jackson/databind/PropertyName;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.withName:(Lcom/fasterxml/jackson/databind/PropertyName;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating._with:(Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)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/SettableBeanProperty$Delegating;
0 1 1 newName Lcom/fasterxml/jackson/databind/PropertyName;
MethodParameters:
Name Flags
newName
public com.fasterxml.jackson.databind.deser.SettableBeanProperty withNullProvider(com.fasterxml.jackson.databind.deser.NullValueProvider);
descriptor: (Lcom/fasterxml/jackson/databind/deser/NullValueProvider;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.withNullProvider:(Lcom/fasterxml/jackson/databind/deser/NullValueProvider;)Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating._with:(Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;)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/SettableBeanProperty$Delegating;
0 1 1 nva Lcom/fasterxml/jackson/databind/deser/NullValueProvider;
MethodParameters:
Name Flags
nva
public void assignIndex(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
iload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.assignIndex:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 2 1 index I
MethodParameters:
Name Flags
index
public void fixAccess(com.fasterxml.jackson.databind.DeserializationConfig);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationConfig;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.fixAccess:(Lcom/fasterxml/jackson/databind/DeserializationConfig;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 2 1 config Lcom/fasterxml/jackson/databind/DeserializationConfig;
MethodParameters:
Name Flags
config
protected java.lang.Class<?> getDeclaringClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getDeclaringClass:()Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
Signature: ()Ljava/lang/Class<*>;
public java.lang.String getManagedReferenceName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getManagedReferenceName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public com.fasterxml.jackson.databind.introspect.ObjectIdInfo getObjectIdInfo();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/ObjectIdInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getObjectIdInfo:()Lcom/fasterxml/jackson/databind/introspect/ObjectIdInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public boolean hasValueDeserializer();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.hasValueDeserializer:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public boolean hasValueTypeDeserializer();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.hasValueTypeDeserializer:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Object> getValueDeserializer();
descriptor: ()Lcom/fasterxml/jackson/databind/JsonDeserializer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getValueDeserializer:()Lcom/fasterxml/jackson/databind/JsonDeserializer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
Signature: ()Lcom/fasterxml/jackson/databind/JsonDeserializer<Ljava/lang/Object;>;
public com.fasterxml.jackson.databind.jsontype.TypeDeserializer getValueTypeDeserializer();
descriptor: ()Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getValueTypeDeserializer:()Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public boolean visibleInView(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.visibleInView:(Ljava/lang/Class;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 1 1 activeView Ljava/lang/Class<*>;
Signature: (Ljava/lang/Class<*>;)Z
MethodParameters:
Name Flags
activeView
public boolean hasViews();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.hasViews:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public int getPropertyIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getPropertyIndex:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public int getCreatorIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getCreatorIndex:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public java.lang.Object getInjectableValueId();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getInjectableValueId:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public boolean isInjectionOnly();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.isInjectionOnly:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public com.fasterxml.jackson.databind.introspect.AnnotatedMember getMember();
descriptor: ()Lcom/fasterxml/jackson/databind/introspect/AnnotatedMember;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getMember:()Lcom/fasterxml/jackson/databind/introspect/AnnotatedMember;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A>);
descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 1 1 acls Ljava/lang/Class<TA;>;
Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)TA;
MethodParameters:
Name Flags
acls
public com.fasterxml.jackson.databind.deser.SettableBeanProperty getDelegate();
descriptor: ()Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
public void deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object);
descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)V
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
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
aload 2
aload 3
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserializeAndSet:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 2 1 p Lcom/fasterxml/jackson/core/JsonParser;
0 2 2 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 2 3 instance Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
ctxt
instance
public java.lang.Object deserializeSetAndReturn(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object);
descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)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
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
aload 2
aload 3
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserializeSetAndReturn:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;Ljava/lang/Object;)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/SettableBeanProperty$Delegating;
0 1 1 p Lcom/fasterxml/jackson/core/JsonParser;
0 1 2 ctxt Lcom/fasterxml/jackson/databind/DeserializationContext;
0 1 3 instance Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
ctxt
instance
public void set(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)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 com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.set:(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 Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty$Delegating;
0 2 1 instance Ljava/lang/Object;
0 2 2 value Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
instance
value
public java.lang.Object setAndReturn(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;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
getfield com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating.delegate:Lcom/fasterxml/jackson/databind/deser/SettableBeanProperty;
aload 1
aload 2
invokevirtual com.fasterxml.jackson.databind.deser.SettableBeanProperty.setAndReturn:(Ljava/lang/Object;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/SettableBeanProperty$Delegating;
0 1 1 instance Ljava/lang/Object;
0 1 2 value Ljava/lang/Object;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
instance
value
}
SourceFile: "SettableBeanProperty.java"
NestHost: com.fasterxml.jackson.databind.deser.SettableBeanProperty
InnerClasses:
public abstract Delegating = com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating of com.fasterxml.jackson.databind.deser.SettableBeanProperty