@Immutable public final class SimpleJsonTree extends BaseJsonTree
JsonTree
baseNode, 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, getPointer
public SimpleJsonTree(JsonNode baseNode)
public SimpleJsonTree append(JsonPointer pointer)
JsonTree
pointer
- the pointerpublic JsonNode asJson()
AsJson
JsonNode
public String toString()
toString
in class BaseJsonTree