Uses of Class
com.fasterxml.jackson.databind.exc.PropertyBindingException
Packages that use PropertyBindingException
-
Uses of PropertyBindingException in com.fasterxml.jackson.databind.exc
Subclasses of PropertyBindingException in com.fasterxml.jackson.databind.excModifier and TypeClassDescriptionclassSpecializedJsonMappingExceptionsub-class used to indicate case where an explicitly ignored property is encountered, and mapper is configured to consider this an error.classSpecializedJsonMappingExceptionsub-class specifically used to indicate problems due to encountering a JSON property that could not be mapped to an Object property (via getter, constructor argument or field).