Uses of Class
com.fasterxml.jackson.databind.exc.IgnoredPropertyException
-
Packages that use IgnoredPropertyException Package Description com.fasterxml.jackson.databind.exc -
-
Uses of IgnoredPropertyException in com.fasterxml.jackson.databind.exc
Methods in com.fasterxml.jackson.databind.exc that return IgnoredPropertyException Modifier and Type Method Description static IgnoredPropertyException
IgnoredPropertyException. 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.
-