Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonPointer.java319 String currentJsonPointer = _asString; in append() local
320 if (currentJsonPointer.endsWith("/")) { in append()
322 currentJsonPointer = currentJsonPointer.substring(0, currentJsonPointer.length()-1); in append()
324 return compile(currentJsonPointer + tail._asString); in append()