Uses of Class
org.codehaus.jackson.map.JsonMappingException.Reference
-
Packages that use JsonMappingException.Reference Package Description org.codehaus.jackson.map Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is viaObjectMapper
class, as well as convenience methods included inJsonParser
-
-
Uses of JsonMappingException.Reference in org.codehaus.jackson.map
Fields in org.codehaus.jackson.map with type parameters of type JsonMappingException.Reference Modifier and Type Field Description protected LinkedList<JsonMappingException.Reference>
JsonMappingException. _path
Path through which problem that triggering throwing of this exception was reached.Methods in org.codehaus.jackson.map that return types with arguments of type JsonMappingException.Reference Modifier and Type Method Description List<JsonMappingException.Reference>
JsonMappingException. getPath()
Methods in org.codehaus.jackson.map with parameters of type JsonMappingException.Reference Modifier and Type Method Description void
JsonMappingException. prependPath(JsonMappingException.Reference r)
static JsonMappingException
JsonMappingException. wrapWithPath(Throwable src, JsonMappingException.Reference ref)
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
-