Uses of Class
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
-
Packages that use UnrecognizedPropertyException Package Description com.fasterxml.jackson.databind.exc -
-
Uses of UnrecognizedPropertyException in com.fasterxml.jackson.databind.exc
Methods in com.fasterxml.jackson.databind.exc that return UnrecognizedPropertyException Modifier and Type Method Description static UnrecognizedPropertyException
UnrecognizedPropertyException. from(com.fasterxml.jackson.core.JsonParser p, java.lang.Object fromObjectOrClass, java.lang.String propertyName, java.util.Collection<java.lang.Object> propertyIds)
Factory method used for constructing instances of this exception type.
-