public abstract class PropertyBindingException extends MismatchedInputException
JsonMappingExceptions that are specifically related
 to problems related to binding an individual property.JsonMappingException.Reference| Modifier and Type | Field and Description | 
|---|---|
| protected String | _propertiesAsStringLazily constructed description of known properties, used for
 constructing actual message if and as needed. | 
| protected Collection<Object> | _propertyIdsSet of ids of properties that are known for the type, if this
 can be statically determined. | 
| protected String | _propertyName
 Note: redundant information since it is also included in the
 reference path. | 
| protected Class<?> | _referringClassClass that does not contain mapping for the unrecognized property. | 
_targetType_path, _processor_location| Modifier | Constructor and Description | 
|---|---|
| protected  | PropertyBindingException(JsonParser p,
                        String msg,
                        JsonLocation loc,
                        Class<?> referringClass,
                        String propName,
                        Collection<Object> propertyIds) | 
| protected  | PropertyBindingException(String msg,
                        JsonLocation loc,
                        Class<?> referringClass,
                        String propName,
                        Collection<Object> propertyIds)Deprecated. 
 Since 2.7 | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Object> | getKnownPropertyIds() | 
| String | getMessageSuffix() | 
| 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, setTargetType_appendPathDesc, _buildMessage, from, 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, setStackTraceprotected final Class<?> _referringClass
protected final String _propertyName
Note: redundant information since it is also included in the reference path.
protected final Collection<Object> _propertyIds
protected transient String _propertiesAsString
protected PropertyBindingException(JsonParser p, String msg, JsonLocation loc, Class<?> referringClass, String propName, Collection<Object> propertyIds)
@Deprecated protected PropertyBindingException(String msg, JsonLocation loc, Class<?> referringClass, String propName, Collection<Object> propertyIds)
public String getMessageSuffix()
getMessageSuffix in class JsonProcessingExceptionpublic Class<?> getReferringClass()
public String getPropertyName()
public Collection<Object> getKnownPropertyIds()
Copyright © 2008–2020 FasterXML. All rights reserved.