Package | Description |
---|---|
net.minidev.json.actions.navigate | |
net.minidev.json.actions.path |
Modifier and Type | Method and Description |
---|---|
void |
NavigateAction.foundLeafBeforePathEnd(TreePath jp,
Object obj)
reached leaf node (not a container) in source but specified path expects children -
the specified path does not exist in the source
|
void |
CopyPathsAction.foundLeafBeforePathEnd(TreePath jp,
Object obj) |
void |
NavigateAction.handleLeaf(TreePath tp,
int arrIndex,
Object arrItem)
called when a leaf in a L is reached.
|
void |
CopyPathsAction.handleLeaf(TreePath jp,
int arrIndex,
Object o) |
void |
NavigateAction.handleLeaf(TreePath tp,
Object value)
called when a leaf node is reached in a M.
|
void |
CopyPathsAction.handleLeaf(TreePath jp,
Object o) |
void |
TreeNavigator.nav(TreePath jp,
L list) |
void |
TreeNavigator.nav(TreePath jp,
M map) |
void |
NavigateAction.pathTailNotFound(TreePath tp,
Object source)
reached end of branch in source before end of specified path -
the specified path does not exist in the source
|
void |
CopyPathsAction.pathTailNotFound(TreePath jp,
Object source) |
void |
CopyPathsAction.recurEnd(TreePath jp,
net.minidev.json.JSONArray ja) |
void |
CopyPathsAction.recurEnd(TreePath jp,
net.minidev.json.JSONObject jo) |
void |
NavigateAction.recurEnd(TreePath tp,
L l)
called when navigation of an
L type object ends |
void |
NavigateAction.recurEnd(TreePath tp,
M m)
called when navigation of an
M type object ends |
boolean |
CopyPathsAction.recurInto(TreePath jp,
net.minidev.json.JSONArray o) |
boolean |
CopyPathsAction.recurInto(TreePath jp,
net.minidev.json.JSONObject o) |
boolean |
NavigateAction.recurInto(TreePath tp,
L sourceNode)
called when an array node is encountered on the path
|
boolean |
NavigateAction.recurInto(TreePath tp,
M sourceNode)
called when an object node is encountered on the path
|
Modifier and Type | Method and Description |
---|---|
TreePath |
TreePath.clone() |
Copyright © 2020 Chemouni Uriel. All rights reserved.