Uses of Interface
net.minidev.json.actions.navigate.JSONNavigateAction
-
Packages that use JSONNavigateAction Package Description net.minidev.json.actions.navigate Navigate user-specified paths in a tree made up ofMaps andListand process them -
-
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, java.lang.String... pathsToNavigate)Creates a navigator with the specified action and pathsJSONNavigator(JSONNavigateAction action, java.util.List<java.lang.String> pathsToNavigate)Creates a navigator with the specified action and paths
-