Uses of Interface
net.minidev.json.actions.traverse.TreeTraverseAction
Packages that use TreeTraverseAction
Package
Description
Traverse all the nodes in a
JSONObject and process them-
Uses of TreeTraverseAction in net.minidev.json.actions.traverse
Subinterfaces of TreeTraverseAction in net.minidev.json.actions.traverseModifier and TypeInterfaceDescriptioninterfaceAn interface for a processing action on the nodes of aJSONObjectwhile traversing it.Classes in net.minidev.json.actions.traverse that implement TreeTraverseActionModifier and TypeClassDescriptionclassclassSearches for paths in aJSONObjectand returns those foundclassRemoves key:value elements from aJSONObject.classRemoves branches from aJSONObject.classRetain branches or parts of branches matching a specified list of paths.Fields in net.minidev.json.actions.traverse declared as TreeTraverseActionConstructors in net.minidev.json.actions.traverse with parameters of type TreeTraverseAction