public class ValueInjector extends BeanProperty.Std
BeanProperty.Std
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
_valueId
Identifier used for looking up value to inject
|
_contextAnnotations, _member, _name, _type
Constructor and Description |
---|
ValueInjector(java.lang.String propertyName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
java.lang.Object valueId) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
findValue(DeserializationContext context,
java.lang.Object beanInstance) |
void |
inject(DeserializationContext context,
java.lang.Object beanInstance) |
getAnnotation, getContextAnnotation, getMember, getName, getType, withType
protected final java.lang.Object _valueId
public ValueInjector(java.lang.String propertyName, JavaType type, Annotations contextAnnotations, AnnotatedMember mutator, java.lang.Object valueId)
public java.lang.Object findValue(DeserializationContext context, java.lang.Object beanInstance)
public void inject(DeserializationContext context, java.lang.Object beanInstance) throws java.io.IOException
java.io.IOException