Uses of Interface
oracle.dbtools.plugin.api.json.objects.JSONArray
-
Packages that use JSONArray Package Description oracle.dbtools.plugin.api.json.objects API for creating in memory representations of JSON object graphs (JSONObjects
) and for serializing object graphs to JSON representations. -
- <section role="region">
Uses of JSONArray in oracle.dbtools.plugin.api.json.objects
Methods in oracle.dbtools.plugin.api.json.objects that return JSONArray Modifier and Type Method Description JSONArray
JSONArray.Builder. build()
Methods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONArray Modifier and Type Method Description JSONArray.Builder
JSONArray.Builder. addAll(JSONArray existing)
Add all the items in the existingJSONArray
to this array.
- <section role="region">