Uses of Interface
net.minidev.json.actions.traverse.TreeTraverseAction
-
Packages that use TreeTraverseAction Package Description net.minidev.json.actions.traverse Traverse all the nodes in aJSONObjectand process them -
-
Uses of TreeTraverseAction in net.minidev.json.actions.traverse
Subinterfaces of TreeTraverseAction in net.minidev.json.actions.traverse Modifier and Type Interface Description interfaceJSONTraverseActionAn interface for a processing action on the nodes of aJSONObjectwhile traversing it.Classes in net.minidev.json.actions.traverse that implement TreeTraverseAction Modifier and Type Class Description classKeysPrintActionA traverse action that prints keys during JSON traversal.classLocatePathsJsonActionSearches for paths in aJSONObjectand returns those foundclassRemoveElementsJsonActionRemoves key:value elements from aJSONObject.classRemovePathsJsonActionRemoves branches from aJSONObject.classRetainPathsJsonActionRetain branches or parts of branches matching a specified list of paths.Fields in net.minidev.json.actions.traverse declared as TreeTraverseAction Modifier and Type Field Description protected TreeTraverseAction<M,L>TreeTraverser. actionConstructors in net.minidev.json.actions.traverse with parameters of type TreeTraverseAction Constructor Description TreeTraverser(TreeTraverseAction<M,L> action, PathDelimiter delim)
-