Uses of Class
net.minidev.json.JSONObject
-
Packages that use JSONObject Package Description net.minidev.json net.minidev.json.actions net.minidev.json.actions.navigate Navigate user-specified paths in a tree made up ofMaps andListand process themnet.minidev.json.actions.traverse Traverse all the nodes in aJSONObjectand process them -
-
Uses of JSONObject in net.minidev.json
Methods in net.minidev.json that return JSONObject Modifier and Type Method Description JSONObjectJSONObject. appendField(java.lang.String fieldName, java.lang.Object fieldValue)Puts value to object and returns this.protected static JSONObjectJSONObject. merge(JSONObject o1, java.lang.Object o2, boolean overwrite)private static JSONObjectJSONObject. merge(JSONObject o1, JSONObject o2, boolean overwrite)Methods in net.minidev.json that return types with arguments of type JSONObject Modifier and Type Method Description static JSONNavi<JSONObject>JSONNavi. newInstanceObject()Methods in net.minidev.json with parameters of type JSONObject Modifier and Type Method Description protected static JSONObjectJSONObject. merge(JSONObject o1, java.lang.Object o2, boolean overwrite)private static JSONObjectJSONObject. merge(JSONObject o1, JSONObject o2, boolean overwrite) -
Uses of JSONObject in net.minidev.json.actions
Methods in net.minidev.json.actions that return JSONObject Modifier and Type Method Description JSONObjectElementRemover. remove(JSONObject objectToClean)Removes the specified elements from the given JSON objectJSONObjectPathRemover. remove(JSONObject objectToClean)JSONObjectPathReplicator. replicate(JSONObject sourceObj)JSONObjectPathsRetainer. retain(JSONObject object)Methods in net.minidev.json.actions with parameters of type JSONObject Modifier and Type Method Description java.util.List<java.lang.String>PathLocator. locate(JSONObject object)JSONObjectElementRemover. remove(JSONObject objectToClean)Removes the specified elements from the given JSON objectJSONObjectPathRemover. remove(JSONObject objectToClean)JSONObjectPathReplicator. replicate(JSONObject sourceObj)JSONObjectPathsRetainer. retain(JSONObject object)Constructors in net.minidev.json.actions with parameters of type JSONObject Constructor Description ElementRemover(JSONObject elementsToRemove)Creates an element remover with the specified JSON object elements to remove -
Uses of JSONObject in net.minidev.json.actions.navigate
Fields in net.minidev.json.actions.navigate declared as JSONObject Modifier and Type Field Description protected JSONObjectCopyPathsAction. destBranchThe current destination branchprotected JSONObjectCopyPathsAction. destTreeThe destination tree for copied pathsMethods in net.minidev.json.actions.navigate with parameters of type JSONObject Modifier and Type Method Description voidCopyPathsAction. recurEnd(TreePath jp, JSONObject jo)booleanCopyPathsAction. recurInto(TreePath jp, JSONObject o)booleanCopyPathsAction. start(JSONObject source, java.util.Collection<java.lang.String> pathsToCopy) -
Uses of JSONObject in net.minidev.json.actions.traverse
Fields in net.minidev.json.actions.traverse declared as JSONObject Modifier and Type Field Description protected JSONObjectRemoveElementsJsonAction. resultprotected JSONObjectRemovePathsJsonAction. resultprotected JSONObjectRetainPathsJsonAction. resultMethods in net.minidev.json.actions.traverse with parameters of type JSONObject Modifier and Type Method Description booleanKeysPrintAction. recurInto(java.lang.String pathToEntry, JSONObject entryValue)booleanLocatePathsJsonAction. recurInto(java.lang.String pathToEntry, JSONObject entryValue)booleanRemoveElementsJsonAction. recurInto(java.lang.String pathToEntry, JSONObject entryValue)booleanRemovePathsJsonAction. recurInto(java.lang.String pathToEntry, JSONObject entryValue)booleanRetainPathsJsonAction. recurInto(java.lang.String fullPathToSubtree, JSONObject entryValue)booleanKeysPrintAction. start(JSONObject object)booleanLocatePathsJsonAction. start(JSONObject object)booleanRemoveElementsJsonAction. start(JSONObject object)booleanRemovePathsJsonAction. start(JSONObject object)booleanRetainPathsJsonAction. start(JSONObject object)
-