public class JsonPointer extends Object
Constructor and Description |
---|
JsonPointer(String path,
JsonPointerCB callback)
Creates a new
JsonPointer with a path and a callback. |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
tokens()
Returns the list of currently stored tokens.
|
String |
toString() |
public JsonPointer(String path, JsonPointerCB callback)
JsonPointer
with a path and a callback.path
- the path split up into tokens subsequently.callback
- the callback to use for this pointer.Copyright © 2021 Couchbase, Inc.. All rights reserved.