Interface JSONNavigateAction
-
- All Superinterfaces:
NavigateAction<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
- All Known Implementing Classes:
CopyPathsAction
public interface JSONNavigateAction extends NavigateAction<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
An interface for a processing action on the nodes of aJSONObjectwhile navigating its branches.See package-info for more details
- Since:
- 15 June 2016.
- Author:
- adoneitan@gmail.com
-
-
Method Summary
-
Methods inherited from interface net.minidev.json.actions.navigate.NavigateAction
end, failFast, failSilently, foundLeafBeforePathEnd, handleLeaf, handleLeaf, pathEnd, pathStart, pathTailNotFound, recurEnd, recurEnd, recurInto, recurInto, result, start
-
-