Home
last modified time | relevance | path

Searched refs:getPathReference (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonMappingException.java425 public String getPathReference() in getPathReference() method in JsonMappingException
427 return getPathReference(new StringBuilder()).toString(); in getPathReference()
430 public StringBuilder getPathReference(StringBuilder sb) in getPathReference() method in JsonMappingException
507 sb = getPathReference(sb); in _buildMessage()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DTestExceptionHandlingWithDefaultDeserialization.java54 ex.getPathReference()); in testShouldThrowJsonMappingExceptionWithPathReference()
DTestExceptionHandlingWithJsonCreatorDeserialization.java65 ex.getPathReference()); in testShouldThrowJsonMappingExceptionWithPathReference()