public class JsonPointerTree extends Object
Constructor and Description |
---|
JsonPointerTree() |
Modifier and Type | Method and Description |
---|---|
boolean |
addJsonPointer(JsonPointer jp)
Add json pointer, returns true if the json pointer is valid to be inserted
|
boolean |
isIntermediaryPath(JsonPointer jp) |
boolean |
isTerminalPath(JsonPointer jp) |
public boolean addJsonPointer(JsonPointer jp)
Add json pointer, returns true if the json pointer is valid to be inserted
public boolean isIntermediaryPath(JsonPointer jp)
public boolean isTerminalPath(JsonPointer jp)
Copyright © 2017 Couchbase, Inc.. All rights reserved.