Uses of Class
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
-
Packages that use UnrecognizedPropertyException Package Description com.fasterxml.jackson.databind.exc org.jboss.resteasy.plugins.providers.jackson -
-
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 UnrecognizedPropertyExceptionUnrecognizedPropertyException. from(JsonParser p, Object fromObjectOrClass, String propertyName, Collection<Object> propertyIds)Factory method used for constructing instances of this exception type. -
Uses of UnrecognizedPropertyException in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type UnrecognizedPropertyException Modifier and Type Method Description ResponseUnrecognizedPropertyExceptionHandler. toResponse(UnrecognizedPropertyException exception)
-