Uses of Class
com.fasterxml.jackson.databind.JsonMappingException.Reference

Packages that use JsonMappingException.Reference
com.fasterxml.jackson.databind 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 via ObjectMapper class, as well as convenience methods included in JsonParser 
 

Uses of JsonMappingException.Reference in com.fasterxml.jackson.databind
 

Fields in com.fasterxml.jackson.databind with type parameters of type JsonMappingException.Reference
protected  LinkedList<JsonMappingException.Reference> JsonMappingException._path
          Path through which problem that triggering throwing of this exception was reached.
 

Methods in com.fasterxml.jackson.databind that return types with arguments of type JsonMappingException.Reference
 List<JsonMappingException.Reference> JsonMappingException.getPath()
          Method for accessing full structural path within type hierarchy down to problematic property.
 

Methods in com.fasterxml.jackson.databind with parameters of type JsonMappingException.Reference
 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.
 



Copyright © 2012 FasterXML. All Rights Reserved.