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() |
String |
toString() |
getBaseNode, getNode, getPointer
public SimpleJsonTree(JsonNode baseNode)
public SimpleJsonTree append(JsonPointer pointer)
JsonTree
pointer
- the pointerpublic JsonNode asJson()
public String toString()
toString
in class BaseJsonTree
Copyright © 2013. All Rights Reserved.