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 JSONArrayJSONArray.Builder. build()
</section>Methods in oracle.dbtools.plugin.api.json.objects with parameters of type JSONArray Modifier and Type Method Description JSONArray.BuilderJSONArray.Builder. addAll(JSONArray existing)Add all the items in the existingJSONArrayto this array.
- <section role="region">