Uses of Interface
net.minidev.json.actions.navigate.NavigateAction
-
Packages that use NavigateAction Package Description net.minidev.json.actions.navigate -
-
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. actionConstructors in net.minidev.json.actions.navigate with parameters of type NavigateAction Constructor Description TreeNavigator(NavigateAction<M,L> action, String... pathsToNavigate)TreeNavigator(NavigateAction<M,L> action, List<String> pathsToNavigate)
-