BeanProperty
, Named
public class ValueInjector extends BeanProperty.Std
BeanProperty.Std
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.Object |
_valueId |
Identifier used for looking up value to inject
|
_contextAnnotations, _member, _name, _type
Constructor | Description |
---|---|
ValueInjector(java.lang.String propertyName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
java.lang.Object valueId) |
Modifier and Type | Method | 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