- getChildren() - Method in interface com.ak.json.JNode
-
Returns set of all children of composite (Object or Array) node.
- getChildren() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getChildren() - Method in class com.ak.json.nodetree.JArrayNode
-
- getChildren() - Method in class com.ak.json.nodetree.JObjectNode
-
- getDocRoot() - Method in interface com.ak.json.JInstrumentalNode
-
Returns root node of the tree.
- getDocRoot() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getKey() - Method in interface com.ak.json.JInstrumentalNode
-
Return key of JNode (JObjectNode or JArrayNode).
- getKey() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getNode(K) - Method in interface com.ak.json.JNode
-
Returns child node of this node by selector.
- getNode(T) - Method in class com.ak.json.nodetree.JArrayNode
-
- getNode(T) - Method in class com.ak.json.nodetree.JObjectNode
-
- getNode(T) - Method in class com.ak.json.nodetree.JValueNode
-
- getParent() - Method in interface com.ak.json.JNode
-
Return parent node of this node in node tree.
- getParent() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getPath() - Method in interface com.ak.json.JInstrumentalNode
-
Return path of this node.
- getPath() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getSegments() - Method in class com.ak.json.transform.JPath.Path
-
- getType() - Method in interface com.ak.json.JNode
-
Returns a type of the node.
- getType() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getValue() - Method in interface com.ak.json.JNode
-
Return value of JValueNode.
- getValue(Class<V>) - Method in interface com.ak.json.JNode
-
Return value of JValueNode.
- getValue() - Method in class com.ak.json.nodetree.AbstractJNode
-
- getValue(Class<T>) - Method in class com.ak.json.nodetree.AbstractJNode
-
- getValue() - Method in class com.ak.json.nodetree.JValueNode
-
- getValue(Class<V1>) - Method in class com.ak.json.nodetree.JValueNode
-