Uses of Class
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
Packages that use UnrecognizedPropertyException
-
Uses of UnrecognizedPropertyException in com.fasterxml.jackson.databind.exc
Methods in com.fasterxml.jackson.databind.exc that return UnrecognizedPropertyExceptionModifier and TypeMethodDescriptionUnrecognizedPropertyException.from
(com.fasterxml.jackson.core.JsonParser p, Object fromObjectOrClass, String propertyName, Collection<Object> propertyIds) Factory method used for constructing instances of this exception type.