com.github.fge.jsonschema.core.tree
Interface JsonTree

All Superinterfaces:
AsJson, SimpleTree
All Known Implementing Classes:
BaseJsonTree, SimpleJsonTree

public interface JsonTree
extends SimpleTree

A SimpleTree with a navigation operation


Method Summary
 JsonTree append(JsonPointer pointer)
          Append a JSON pointer to that tree and return a new tree
 
Methods inherited from interface com.github.fge.jsonschema.core.tree.SimpleTree
getBaseNode, getNode, getPointer
 
Methods inherited from interface com.github.fge.jsonschema.core.util.AsJson
asJson
 

Method Detail

append

JsonTree append(JsonPointer pointer)
Append a JSON pointer to that tree and return a new tree

Parameters:
pointer - the pointer
Returns:
a new tree, with the pointer appended to the current pointer