Uses of Class
org.codehaus.jackson.map.exc.UnrecognizedPropertyException

Packages that use UnrecognizedPropertyException
org.codehaus.jackson.map.exc   
 

Uses of UnrecognizedPropertyException in org.codehaus.jackson.map.exc
 

Methods in org.codehaus.jackson.map.exc that return UnrecognizedPropertyException
static UnrecognizedPropertyException UnrecognizedPropertyException.from(JsonParser jp, Object fromObjectOrClass, String propertyName)