public interface JsonConverter
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildChildrenNodes(LexEvsTreeNode focusNode)
Builds the children nodes.
|
java.lang.String |
buildChildrenNodes(LexEvsTreeNode focusNode,
int page)
Builds the children nodes, starting from a given 'page' of results.
|
java.lang.String |
buildJsonPathFromRootTree(LexEvsTreeNode focusNode)
Builds the json path from root tree.
|
java.lang.String buildJsonPathFromRootTree(LexEvsTreeNode focusNode)
focusNode
- the focus nodejava.lang.String buildChildrenNodes(LexEvsTreeNode focusNode)
focusNode
- the focus nodejava.lang.String buildChildrenNodes(LexEvsTreeNode focusNode, int page)
focusNode
- the focus nodepage
- the page