Module tools.jackson.databind
Package tools.jackson.databind.exc
Class MissingInjectableValueExcepion
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
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.core.JacksonException
JacksonException.Reference -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Objectprotected final BeanPropertyprotected final ObjectFields inherited from class tools.jackson.core.JacksonException
_location, _path, _processor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMissingInjectableValueExcepion(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
-
Field Details
-
_valueId
-
_forProperty
-
_beanInstance
-
-
Constructor Details
-
MissingInjectableValueExcepion
protected MissingInjectableValueExcepion(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance)
-
-
Method Details
-
from
public static MissingInjectableValueExcepion from(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) -
getValueId
-
getForProperty
-
getBeanInstance
-