- recurEnd(TreePath, JSONObject) - Method in class net.minidev.json.actions.navigate.CopyPathsAction
-
- recurEnd(TreePath, JSONArray) - Method in class net.minidev.json.actions.navigate.CopyPathsAction
-
- recurEnd(TreePath, M) - Method in interface net.minidev.json.actions.navigate.NavigateAction
-
called when navigation of an M
type object ends
- recurEnd(TreePath, L) - Method in interface net.minidev.json.actions.navigate.NavigateAction
-
called when navigation of an L
type object ends
- recurInto(TreePath, JSONObject) - Method in class net.minidev.json.actions.navigate.CopyPathsAction
-
- recurInto(TreePath, JSONArray) - Method in class net.minidev.json.actions.navigate.CopyPathsAction
-
- recurInto(TreePath, M) - Method in interface net.minidev.json.actions.navigate.NavigateAction
-
called when an object node is encountered on the path
- recurInto(TreePath, L) - Method in interface net.minidev.json.actions.navigate.NavigateAction
-
called when an array node is encountered on the path
- recurInto(String, JSONObject) - Method in class net.minidev.json.actions.traverse.KeysPrintAction
-
- recurInto(String, JSONArray) - Method in class net.minidev.json.actions.traverse.KeysPrintAction
-
- recurInto(String, JSONObject) - Method in class net.minidev.json.actions.traverse.LocatePathsJsonAction
-
- recurInto(String, JSONArray) - Method in class net.minidev.json.actions.traverse.LocatePathsJsonAction
-
- recurInto(String, JSONObject) - Method in class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- recurInto(String, JSONArray) - Method in class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- recurInto(String, JSONObject) - Method in class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- recurInto(String, JSONArray) - Method in class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- recurInto(String, JSONObject) - Method in class net.minidev.json.actions.traverse.RetainPathsJsonAction
-
- recurInto(String, JSONArray) - Method in class net.minidev.json.actions.traverse.RetainPathsJsonAction
-
- recurInto(String, M) - Method in interface net.minidev.json.actions.traverse.TreeTraverseAction
-
called when a non-leaf entry is encountered inside an object
- recurInto(String, L) - Method in interface net.minidev.json.actions.traverse.TreeTraverseAction
-
called when a non-leaf item is encountered inside an object
- regex() - Method in class net.minidev.json.actions.path.DotDelimiter
-
- regex() - Method in class net.minidev.json.actions.path.PathDelimiter
-
- regex() - Method in class net.minidev.json.actions.path.SlashDelimiter
-
- remainder - Variable in class net.minidev.json.actions.path.TreePath
-
- remainder() - Method in class net.minidev.json.actions.path.TreePath
-
- remove(JSONObject) - Method in class net.minidev.json.actions.ElementRemover
-
- remove(JSONObject) - Method in class net.minidev.json.actions.PathRemover
-
- RemoveElementsJsonAction - Class in net.minidev.json.actions.traverse
-
Removes key:value elements from a JSONObject
.
- RemoveElementsJsonAction(Map<String, Object>, boolean) - Constructor for class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- RemoveElementsJsonAction(Map<String, Object>) - Constructor for class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in class net.minidev.json.actions.traverse.KeysPrintAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in class net.minidev.json.actions.traverse.LocatePathsJsonAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in class net.minidev.json.actions.traverse.RetainPathsJsonAction
-
- removeEntry(String, Map.Entry<String, Object>) - Method in interface net.minidev.json.actions.traverse.TreeTraverseAction
-
the last callback for each entry in an M
map.
- RemovePathsJsonAction - Class in net.minidev.json.actions.traverse
-
Removes branches from a JSONObject
.
- RemovePathsJsonAction(List<String>) - Constructor for class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- replicate(JSONObject) - Method in class net.minidev.json.actions.PathReplicator
-
- reset() - Method in class net.minidev.json.actions.path.TreePath
-
- result() - Method in class net.minidev.json.actions.navigate.CopyPathsAction
-
- result() - Method in interface net.minidev.json.actions.navigate.NavigateAction
-
holds the result of the navigation, as assigned by the action implementing this interface
- result() - Method in class net.minidev.json.actions.traverse.KeysPrintAction
-
- result() - Method in class net.minidev.json.actions.traverse.LocatePathsJsonAction
-
- result - Variable in class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- result() - Method in class net.minidev.json.actions.traverse.RemoveElementsJsonAction
-
- result - Variable in class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- result() - Method in class net.minidev.json.actions.traverse.RemovePathsJsonAction
-
- result - Variable in class net.minidev.json.actions.traverse.RetainPathsJsonAction
-
- result() - Method in class net.minidev.json.actions.traverse.RetainPathsJsonAction
-
- result() - Method in interface net.minidev.json.actions.traverse.TreeTraverseAction
-
holds the result of the traversal,
as assigned by the action implementing this interface
- retain(JSONObject) - Method in class net.minidev.json.actions.PathsRetainer
-
- RetainPathsJsonAction - Class in net.minidev.json.actions.traverse
-
Retain branches or parts of branches matching a specified list of paths.
- RetainPathsJsonAction(List<String>, PathDelimiter) - Constructor for class net.minidev.json.actions.traverse.RetainPathsJsonAction
-