Class JsonPointer
java.lang.Object
com.couchbase.client.core.utils.yasjl.JsonPointer
public class JsonPointer extends Object
Represents a pointer in the JSON tree structure.
- Author:
- Subhashni Balakrishnan
-
Constructor Summary
Constructors Constructor Description JsonPointer(String path, JsonPointerCB callback)
Creates a newJsonPointer
with a path and a callback. -
Method Summary
-
Constructor Details
-
JsonPointer
Creates a newJsonPointer
with a path and a callback.- Parameters:
path
- the path split up into tokens subsequently.callback
- the callback to use for this pointer.
-
-
Method Details