All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CopyPathsAction Creates a copy of aJSONObjectcontaining just the nodes on the paths specified.DotDelimiter Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.ElementRemover Removes key:value elements from every node of aJSONObjectmatching the list of user-specified elements.JSONNavigateAction An interface for a processing action on the nodes of aJSONObjectwhile navigating its branches.JSONNavigator JSONTraverseAction An interface for a processing action on the nodes of aJSONObjectwhile traversing it.JSONTraverser Traverses every node of aJSONObjectKeysPrintAction LocatePathsJsonAction Searches for paths in aJSONObjectand returns those foundNavigateAction<M extends Map<String,Object>,L extends List<Object>> An interface for a processing action on the nodes of aNavigateActionwhile navigating its branches.PathDelimiter Encapsulates the delimiter of the path parts when given in n-gram format.PathLocator Searches for paths in aJSONObjectand returns those found.PathRemover Removes branches of nodes from aJSONObjectmatching the list of user-specified paths.PathReplicator Creates a copy of aJSONObjectconsisting only of the nodes on the user-specified paths.PathsRetainer Retains branches of nodes of aJSONObjectmatching the list of user-specified paths.RemoveElementsJsonAction Removes key:value elements from aJSONObject.RemovePathsJsonAction Removes branches from aJSONObject.RetainPathsJsonAction Retain branches or parts of branches matching a specified list of paths.SlashDelimiter Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.TreeNavigator<M extends Map<String,Object>,L extends List<Object>> Navigates only the branches of aJSONObjectcorresponding to the paths specified.TreePath TreePath.Step TreeTraverseAction<M extends Map<String,Object>,L extends List<Object>> An interface for a processing action on the nodes of aTreeTraverseActiontree while traversing it.TreeTraverser<M extends Map<String,Object>,L extends List<Object>>