Module tools.jackson.databind
Package tools.jackson.databind.exc
Class MissingInjectableValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.databind.DatabindException
tools.jackson.databind.exc.MissingInjectableValueExcepion
tools.jackson.databind.exc.MissingInjectableValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.core.JacksonException
JacksonException.Reference -
Field Summary
Fields inherited from class tools.jackson.databind.exc.MissingInjectableValueExcepion
_beanInstance, _forProperty, _valueIdFields inherited from class tools.jackson.core.JacksonException
_location, _path, _processor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMissingInjectableValueException(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) -
Method Summary
Modifier and TypeMethodDescriptionfrom(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) Methods inherited from class tools.jackson.databind.DatabindException
from, from, from, from, from, from, from, from, wrapWithPath, wrapWithPathMethods inherited from class tools.jackson.core.JacksonException
_appendPathDesc, _appendReferenceChain, _buildMessage, _exceptionMessage, clearLocation, getLocalizedMessage, getLocation, getMessage, getOriginalMessage, getPath, getPathReference, getPathReference, messageSuffix, prependPath, prependPath, prependPath, processor, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath, wrapWithPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MissingInjectableValueException
protected MissingInjectableValueException(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance)
-
-
Method Details
-
from
public static MissingInjectableValueException from(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) -
getValueId
- Overrides:
getValueIdin classMissingInjectableValueExcepion
-
getForProperty
- Overrides:
getForPropertyin classMissingInjectableValueExcepion
-
getBeanInstance
- Overrides:
getBeanInstancein classMissingInjectableValueExcepion
-