Skip navigation links
A C D E F G H I J L O P R S T V 

J

JArrayNode - Class in com.ak.json.nodetree
Class JArrayNode represents JSON ARRAY element.
JArrayNode() - Constructor for class com.ak.json.nodetree.JArrayNode
Default Constructor for detached node.
JArrayNode(JNode) - Constructor for class com.ak.json.nodetree.JArrayNode
Constructor for node attached to tree.
JInstrumentalNode - Interface in com.ak.json
Interface JInstrumentalNode represents operation are common for all types of node of tree.
JNode - Interface in com.ak.json
Interface JNode represents operation are common for all types of node of tree.
JNodeType - Enum in com.ak.json.nodetree
JNodeType enumeration represents types of JNode.
JObjectNode - Class in com.ak.json.nodetree
Class JObjectNode represents JSON OBJECT element.
JObjectNode() - Constructor for class com.ak.json.nodetree.JObjectNode
Default constructor for detached node.
JObjectNode(JNode) - Constructor for class com.ak.json.nodetree.JObjectNode
Constructor for node attached to tree.
JParseEvent - Enum in com.ak.json
JParseEvent enumeration represents events that are happened during parsing of JSON document.
JParser - Class in com.ak.json.transform
Class JParser converts textual representation of a Json document to tree of JNode nodes.
JParser() - Constructor for class com.ak.json.transform.JParser
Default constructor.
JParserException - Exception in com.ak.json
JParser can throw JParserException during processing.
JParserException() - Constructor for exception com.ak.json.JParserException
Default constructor.
JParserException(String) - Constructor for exception com.ak.json.JParserException
Constructor.
JParserException(Throwable) - Constructor for exception com.ak.json.JParserException
 
JParserException(String, Throwable) - Constructor for exception com.ak.json.JParserException
 
JPath - Class in com.ak.json.transform
Class JPath for JSON is analog XML xpath framework.
jpath(String, JNode) - Static method in class com.ak.json.transform.JPath
Apply jpath to json document.
jpath(List<JNode>, String, JNode, JNode) - Static method in class com.ak.json.transform.JPath
 
JPath.Path - Class in com.ak.json.transform
 
JPath.Predicate - Class in com.ak.json.transform
Helper class Predicate.
JPath.Step - Class in com.ak.json.transform
Helper class Step.
JTransformer - Class in com.ak.json.transform
 
JTransformer() - Constructor for class com.ak.json.transform.JTransformer
 
JTransformer(JNode) - Constructor for class com.ak.json.transform.JTransformer
 
JTransformer(File) - Constructor for class com.ak.json.transform.JTransformer
 
JTransformer(InputStream) - Constructor for class com.ak.json.transform.JTransformer
 
JTransformer(String) - Constructor for class com.ak.json.transform.JTransformer
 
JValueNode<V> - Class in com.ak.json.nodetree
 
JValueNode() - Constructor for class com.ak.json.nodetree.JValueNode
Default constructor for detached node.
JValueNode(V) - Constructor for class com.ak.json.nodetree.JValueNode
Constructor for detached node.
JValueNode(JNode) - Constructor for class com.ak.json.nodetree.JValueNode
Constructor for node attached to tree.
JValueNode(JNode, V) - Constructor for class com.ak.json.nodetree.JValueNode
Constructor for node attached to tree.
JValueType - Enum in com.ak.json.nodetree
JValueType enumeration represents value types of JValueNode.
A C D E F G H I J L O P R S T V 
Skip navigation links