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, _metadata, _name, _type, _wrapperNameEMPTY_FORMAT, EMPTY_INCLUDE| Constructor and Description |
|---|
ValueInjector(PropertyName propName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
java.lang.Object valueId) |
ValueInjector(java.lang.String propName,
JavaType type,
Annotations contextAnnotations,
AnnotatedMember mutator,
java.lang.Object valueId)
Deprecated.
|
| 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, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getAnnotation, getContextAnnotation, getFullName, getMember, getMetadata, getName, getType, getWrapperName, isRequired, isVirtual, withTypeprotected final java.lang.Object _valueId
public ValueInjector(PropertyName propName, JavaType type, Annotations contextAnnotations, AnnotatedMember mutator, java.lang.Object valueId)
@Deprecated
public ValueInjector(java.lang.String propName,
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