Class InjectableValues.Base
java.lang.Object
tools.jackson.databind.InjectableValues
tools.jackson.databind.InjectableValues.Base
- All Implemented Interfaces:
Serializable, tools.jackson.core.util.Snapshottable<InjectableValues>
- Direct Known Subclasses:
InjectableValues.Empty, InjectableValues.Std
- Enclosing class:
InjectableValues
Shared intermediate base class for standard implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class InjectableValues
InjectableValues.Base, InjectableValues.Std -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object_handleMissingValue(DeserializationContext ctxt, String key, BeanProperty forProperty, Object beanInstance, Boolean optionalConfig, Boolean useInputConfig) protected String_validateKey(DeserializationContext ctxt, Object valueId, BeanProperty forProperty, Object beanInstance) Methods inherited from class InjectableValues
empty, findInjectableValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.jackson.core.util.Snapshottable
snapshot
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
_validateKey
protected String _validateKey(DeserializationContext ctxt, Object valueId, BeanProperty forProperty, Object beanInstance) throws tools.jackson.core.JacksonException - Throws:
tools.jackson.core.JacksonException
-
_handleMissingValue
protected Object _handleMissingValue(DeserializationContext ctxt, String key, BeanProperty forProperty, Object beanInstance, Boolean optionalConfig, Boolean useInputConfig) throws tools.jackson.core.JacksonException - Throws:
tools.jackson.core.JacksonException
-