Uses of Class
io.vertx.core.json.JsonArray
Packages that use JsonArray
-
Uses of JsonArray in io.vertx.core.buffer
Methods in io.vertx.core.buffer that return JsonArrayModifier and TypeMethodDescriptionBuffer.toJsonArray()Returns aJsonArrayrepresentation of this buffer's content. -
Uses of JsonArray in io.vertx.core.json
Methods in io.vertx.core.json that return JsonArrayModifier and TypeMethodDescriptionAdd an Object to the JSON array at given positionpos.Add an Object to the JSON array.Appends all of the elements in the specified array to the end of this JSON array.JsonArray.addNull()Add a null value to the JSON array.JsonArray.clear()Remove all entries from the JSON arrayJsonArray.copy()Deep copy of the JSON array.Deep copy of the JSON array.JsonArray.getJsonArray(int pos) Get the JsonArray at positionposin the array.JsonObject.getJsonArray(String key) Get the JsonArray value with the specified keyJsonObject.getJsonArray(String key, JsonArray def) LikeJsonObject.getJsonArray(String)but specifying a default value to return if there is no entry.static JsonArrayCreate a JsonArray containing an arbitrary number of values.Set an Object to the JSON array at positionpos.JsonArray.setNull(int pos) Set a null value to the JSON array at positionpos.Methods in io.vertx.core.json with parameters of type JsonArrayModifier and TypeMethodDescriptionAppends all of the elements in the specified array to the end of this JSON array.JsonObject.getJsonArray(String key, JsonArray def) LikeJsonObject.getJsonArray(String)but specifying a default value to return if there is no entry. -
Uses of JsonArray in io.vertx.core.parsetools
Methods in io.vertx.core.parsetools that return JsonArray