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, _member, _metadata, _name, _type, _wrapperName
Constructor and Description |
---|
ValueInjector(PropertyName propName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
Object valueId) |
ValueInjector(String propName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
Object valueId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
findValue(DeserializationContext context,
Object beanInstance) |
void |
inject(DeserializationContext context,
Object beanInstance) |
depositSchemaProperty, getAnnotation, getContextAnnotation, getFullName, getMember, getMetadata, getName, getType, getWrapperName, isRequired, isVirtual, withType
protected final Object _valueId
public ValueInjector(PropertyName propName, JavaType type, Annotations contextAnnotations, AnnotatedMember mutator, Object valueId)
@Deprecated public ValueInjector(String propName, 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 © 2014-2015 FasterXML. All Rights Reserved.