Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DTestLocation.java89 assertNull(loc.getSourceRef()); in testDisableSourceInclusion()
103 assertNull(loc.getSourceRef()); in testDisableSourceInclusion()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestJacksonTypes.java26 assertEquals(loc.getSourceRef(), result.getSourceRef()); in testJsonLocation()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java79 public Object getSourceRef() { return _sourceRef; } in getSourceRef() method in JsonLocation