Searched refs:includeRoot (Results 1 – 2 of 2) sorted by relevance
230 public JsonPointer pathAsPointer(boolean includeRoot) { in pathAsPointer() argument231 return JsonPointer.forPath(this, includeRoot); in pathAsPointer()
162 boolean includeRoot) in forPath() argument171 if (!(includeRoot && context.inRoot() && context.hasCurrentIndex())) { in forPath()184 } else if (context.inArray() || includeRoot) { in forPath()