public abstract class PropertyBindingException extends MismatchedInputException
JsonMappingException
s that are specifically related
to problems related to binding an individual property.JsonMappingException.Reference
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Object> |
getKnownPropertyIds() |
java.lang.String |
getMessageSuffix()
Accessor that sub-classes can override to append additional
information right after the main message, but before
source location information.
|
java.lang.String |
getPropertyName()
Convenience method for accessing logical property name that could
not be mapped.
|
java.lang.Class<?> |
getReferringClass()
Method for accessing type (class) that is missing definition to allow
binding of the unrecognized property.
|
from, from, from, getTargetType, setTargetType
from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
clearLocation, getLocation, getOriginalMessage
public java.lang.String getMessageSuffix()
JsonProcessingException
public java.lang.Class<?> getReferringClass()
public java.lang.String getPropertyName()
public java.util.Collection<java.lang.Object> getKnownPropertyIds()
Copyright © 2010 - 2020 Adobe. All Rights Reserved