| Package | Description |
|---|---|
| net.minidev.json.actions | |
| net.minidev.json.actions.path | |
| net.minidev.json.actions.traverse |
Traverse all the nodes in a
JSONObject and process them |
| Modifier and Type | Field and Description |
|---|---|
protected PathDelimiter |
PathsRetainer.pathDelimiter |
protected PathDelimiter |
PathLocator.pathDelimiter |
| Modifier and Type | Method and Description |
|---|---|
PathsRetainer |
PathsRetainer.with(PathDelimiter pathDelimiter) |
PathLocator |
PathLocator.with(PathDelimiter pathDelimiter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DotDelimiter
Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.
|
class |
SlashDelimiter
Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.
|
| Modifier and Type | Field and Description |
|---|---|
protected PathDelimiter |
TreePath.delim |
| Modifier and Type | Method and Description |
|---|---|
PathDelimiter |
PathDelimiter.withAcceptDelimiterInNodeName(boolean acceptDelimInKey) |
| Constructor and Description |
|---|
TreePath(String path,
PathDelimiter delim) |
| Modifier and Type | Field and Description |
|---|---|
protected PathDelimiter |
TreeTraverser.delim |
protected PathDelimiter |
RetainPathsJsonAction.delim |
protected PathDelimiter |
LocatePathsJsonAction.delim |
| Modifier and Type | Method and Description |
|---|---|
JSONTraverser |
JSONTraverser.with(PathDelimiter delim) |
| Constructor and Description |
|---|
LocatePathsJsonAction(List<String> pathsToFind,
PathDelimiter delim) |
RetainPathsJsonAction(List<String> pathsToRetain,
PathDelimiter delim) |
TreeTraverser(TreeTraverseAction action,
PathDelimiter delim) |
Copyright © 2017 Chemouni Uriel. All rights reserved.