-
- All Implemented Interfaces:
- BeanProperty, Named, Serializable
public class ValueInjector
extends BeanProperty.Std
Class that encapsulates details of value injection that occurs before
deserialization of a POJO. Details include information needed to find
injectable value (logical id) as well as method used for assigning
value (setter or field)
- See Also:
- Serialized Form
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected Object |
_valueId
Identifier used for looking up value to inject
|
-
Method Summary
-
Methods inherited from class com.fasterxml.jackson.databind.BeanProperty.Std
depositSchemaProperty, findAliases, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getAnnotation, getContextAnnotation, getFullName, getMember, getMetadata, getName, getType, getWrapperName, isRequired, isVirtual, withType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008–2017 FasterXML. All rights reserved.