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