|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleTree
A JSON value decorated with JSON Pointer information
This is a JsonNode with an internal path represented as a JsonPointer. The current path and node are retrievable. If the current
pointer points to a non existent path in the document, the retrieved node is
a MissingNode.
JsonPointer| Method Summary | |
|---|---|
JsonNode |
getBaseNode()
Return the node this tree was created with |
JsonNode |
getNode()
Get the node at the current path |
JsonPointer |
getPointer()
Get the current path into the document |
| Methods inherited from interface com.github.fge.jsonschema.core.util.AsJson |
|---|
asJson |
| Method Detail |
|---|
JsonNode getBaseNode()
Note: in current Jackson versions, this node is unfortunately mutable, so be careful...
JsonPointer getPointer()
JsonNode getNode()
MissingNode if there is no matching
node at that pointer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||