Class PropertyBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.exc.MismatchedInputException
com.fasterxml.jackson.databind.exc.PropertyBindingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IgnoredPropertyException,UnrecognizedPropertyException
Base class for
JsonMappingExceptions that are specifically related
to problems related to binding an individual property.- Since:
- 2.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException
JsonMappingException.Reference -
Method Summary
Modifier and TypeMethodDescriptionConvenience method for accessing logical property name that could not be mapped.Class<?> Method for accessing type (class) that is missing definition to allow binding of the unrecognized property.Methods inherited from class com.fasterxml.jackson.databind.exc.MismatchedInputException
from, from, from, getTargetType, setTargetTypeMethods inherited from class com.fasterxml.jackson.databind.JsonMappingException
from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPathMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getOriginalMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
getMessageSuffix
-
getReferringClass
Method for accessing type (class) that is missing definition to allow binding of the unrecognized property. -
getPropertyName
Convenience method for accessing logical property name that could not be mapped. Note that it is the last path reference in the underlying path. -
getKnownPropertyIds
-