Interface JSONArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJSONArray.BuilderBuild aJSONArrayinstance-
Nested classes/interfaces inherited from interface oracle.dbtools.plugin.api.json.objects.JSONNode
JSONNode.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONArray.Buildermodify()Return aJSONArray.Builderinstance initialized with the state of thisJSONArrayinstancejava.lang.Iterable<java.lang.Object>values()Enumerate the values in thisJSONArray
-
-
-
Method Detail
-
values
java.lang.Iterable<java.lang.Object> values()
Enumerate the values in thisJSONArray- Returns:
- the values
-
modify
JSONArray.Builder modify()
Return aJSONArray.Builderinstance initialized with the state of thisJSONArrayinstance- Returns:
- Initialized
JSONArray.Builderinstance
-
-