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
- Direct Known Subclasses:
MissingInjectableValueException
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.core.JacksonException
JacksonException.Reference -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ObjectDeprecated.protected final BeanPropertyDeprecated.protected final ObjectDeprecated.Fields inherited from class tools.jackson.core.JacksonException
_location, _path, _processor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMissingInjectableValueExcepion(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfrom(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) Deprecated.Deprecated.Deprecated.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
Deprecated. -
_forProperty
Deprecated. -
_beanInstance
Deprecated.
-
-
Constructor Details
-
MissingInjectableValueExcepion
protected MissingInjectableValueExcepion(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) Deprecated.
-
-
Method Details
-
from
@Deprecated public static MissingInjectableValueExcepion from(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance) -
getValueId
Deprecated. -
getForProperty
Deprecated. -
getBeanInstance
Deprecated.
-
MissingInjectableValueExceptioninstead.