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