Uses of Interface
net.minidev.json.actions.navigate.JSONNavigateAction
-
Packages that use JSONNavigateAction Package Description net.minidev.json.actions.navigate -
-
Uses of JSONNavigateAction in net.minidev.json.actions.navigate
Classes in net.minidev.json.actions.navigate that implement JSONNavigateAction Modifier and Type Class Description classCopyPathsActionCreates a copy of aJSONObjectcontaining just the nodes on the paths specified.Constructors in net.minidev.json.actions.navigate with parameters of type JSONNavigateAction Constructor Description JSONNavigator(JSONNavigateAction action, String... pathsToNavigate)JSONNavigator(JSONNavigateAction action, List<String> pathsToNavigate)
-