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