| Package | Description |
|---|---|
| net.minidev.json.actions.navigate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JSONNavigateAction
An interface for a processing action on the nodes of a
JSONObject while navigating its branches. |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyPathsAction
Creates a copy of a
JSONObject containing just the nodes on the paths specified. |
| Modifier and Type | Field and Description |
|---|---|
protected NavigateAction |
TreeNavigator.action |
| Constructor and Description |
|---|
TreeNavigator(NavigateAction action,
List<String> pathsToNavigate) |
TreeNavigator(NavigateAction action,
String... pathsToNavigate) |
Copyright © 2017 Chemouni Uriel. All rights reserved.