Uses of Interface
net.minidev.json.actions.navigate.NavigateAction
-
Packages that use NavigateAction Package Description net.minidev.json.actions.navigate Navigate user-specified paths in a tree made up ofMaps andListand process them -
-
Uses of NavigateAction in net.minidev.json.actions.navigate
Subinterfaces of NavigateAction in net.minidev.json.actions.navigate Modifier and Type Interface Description interfaceJSONNavigateActionAn interface for a processing action on the nodes of aJSONObjectwhile navigating its branches.Classes in net.minidev.json.actions.navigate that implement NavigateAction Modifier and Type Class Description classCopyPathsActionCreates a copy of aJSONObjectcontaining just the nodes on the paths specified.Fields in net.minidev.json.actions.navigate declared as NavigateAction Modifier and Type Field Description protected NavigateAction<M,L>TreeNavigator. actionThe navigation action to executeConstructors in net.minidev.json.actions.navigate with parameters of type NavigateAction Constructor Description TreeNavigator(NavigateAction<M,L> action, java.lang.String... pathsToNavigate)Creates a tree navigator with the specified action and pathsTreeNavigator(NavigateAction<M,L> action, java.util.List<java.lang.String> pathsToNavigate)Creates a tree navigator with the specified action and paths
-