Uses of Class
tools.jackson.databind.exc.IgnoredPropertyException
Packages that use IgnoredPropertyException
-
Uses of IgnoredPropertyException in tools.jackson.databind.exc
Methods in tools.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.