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