public class JsonPointer extends Object
Represents a pointer
Modifier and Type | Field and Description |
---|---|
static int |
MAX_NESTING_LEVEL |
Modifier | Constructor and Description |
---|---|
protected |
JsonPointer() |
|
JsonPointer(List<String> refTokens) |
|
JsonPointer(String path) |
|
JsonPointer(String path,
JsonPointerCB jsonPointerCB) |
Modifier and Type | Method and Description |
---|---|
protected void |
addToken(String token) |
protected JsonPointerCB |
jsonPointerCB() |
protected void |
jsonPointerCB(JsonPointerCB jsonPointerCB) |
protected List<String> |
refTokens() |
protected void |
removeToken() |
String |
toString() |
public static final int MAX_NESTING_LEVEL
protected JsonPointer()
public JsonPointer(String path)
public JsonPointer(String path, JsonPointerCB jsonPointerCB)
protected void addToken(String token)
protected void removeToken()
protected JsonPointerCB jsonPointerCB()
protected void jsonPointerCB(JsonPointerCB jsonPointerCB)
Copyright © 2017 Couchbase, Inc.. All rights reserved.