@Immutable public final class SimpleJsonTree extends BaseJsonTree
JsonTreebaseNode, FACTORY, pointer| Constructor and Description |
|---|
SimpleJsonTree(JsonNode baseNode) |
| Modifier and Type | Method and Description |
|---|---|
SimpleJsonTree |
append(JsonPointer pointer)
Append a JSON pointer to that tree and return a new tree
|
JsonNode |
asJson()
Return a JSON representation of this object
|
String |
toString() |
getBaseNode, getNode, getPointerpublic SimpleJsonTree(JsonNode baseNode)
public SimpleJsonTree append(JsonPointer pointer)
JsonTreepointer - the pointerpublic JsonNode asJson()
AsJsonJsonNodepublic String toString()
toString in class BaseJsonTree