Uses of Class
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException

Packages that use UnrecognizedPropertyException
com.fasterxml.jackson.databind.exc   
 

Uses of UnrecognizedPropertyException in com.fasterxml.jackson.databind.exc
 

Methods in com.fasterxml.jackson.databind.exc that return UnrecognizedPropertyException
static UnrecognizedPropertyException UnrecognizedPropertyException.from(JsonParser jp, Object fromObjectOrClass, String propertyName, Collection<Object> propertyIds)
          Factory method used for constructing instances of this exception type.
 



Copyright © 2012 FasterXML. All Rights Reserved.