public class ValueInjector extends BeanProperty.Std
BeanProperty.Std
Modifier and Type | Field and Description |
---|---|
protected Object |
_valueId
Identifier used for looking up value to inject
|
_contextAnnotations, _isRequired, _member, _name, _type, _wrapperName
Constructor and Description |
---|
ValueInjector(String propertyName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
Object valueId) |
Modifier and Type | Method and Description |
---|---|
Object |
findValue(DeserializationContext context,
Object beanInstance) |
void |
inject(DeserializationContext context,
Object beanInstance) |
depositSchemaProperty, getAnnotation, getContextAnnotation, getMember, getName, getType, getWrapperName, isRequired, withType
protected final Object _valueId
public ValueInjector(String propertyName, JavaType type, Annotations contextAnnotations, AnnotatedMember mutator, Object valueId)
public Object findValue(DeserializationContext context, Object beanInstance)
public void inject(DeserializationContext context, Object beanInstance) throws IOException
IOException
Copyright © 2012-2013 FasterXML. All Rights Reserved.