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, _isRequired, _member, _name, _type, _wrapperName
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) |
depositSchemaProperty, getAnnotation, getContextAnnotation, getMember, getName, getType, getWrapperName, isRequired, 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
Copyright © 2013. All Rights Reserved.