@Immutable public final class SimpleJsonTree extends BaseJsonTree
JsonTree
baseNode, FACTORY, pointer
Constructor and Description |
---|
SimpleJsonTree(com.fasterxml.jackson.databind.JsonNode baseNode) |
Modifier and Type | Method and Description |
---|---|
SimpleJsonTree |
append(com.github.fge.jackson.jsonpointer.JsonPointer pointer)
Append a JSON pointer to that tree and return a new tree
|
com.fasterxml.jackson.databind.JsonNode |
asJson()
Return a JSON representation of this object
|
String |
toString() |
getBaseNode, getNode, getPointer
public SimpleJsonTree(com.fasterxml.jackson.databind.JsonNode baseNode)
public SimpleJsonTree append(com.github.fge.jackson.jsonpointer.JsonPointer pointer)
JsonTree
pointer
- the pointerpublic com.fasterxml.jackson.databind.JsonNode asJson()
AsJson
JsonNode
public String toString()
toString
in class BaseJsonTree
Copyright © 2016. All rights reserved.