Uses of Class
io.helidon.json.JsonArray
Packages that use JsonArray
-
Uses of JsonArray in io.helidon.json
Methods in io.helidon.json that return JsonArrayModifier and TypeMethodDescriptionJsonObject.arrayValue(String key, JsonArray defaultValue) Return the JsonArray value associated with the specified key, or the default value if the key is not present.JsonValue.asArray()Cast this value to a JsonArray if it is of array type.static JsonArrayCreate a JsonArray from an array of JsonValue instances.static JsonArrayCreate a JsonArray from a list of JsonValue instances.static JsonArrayJsonArray.createBooleans(List<Boolean> values) Create a JsonArray from a list of booleans.static JsonArrayJsonArray.createNumbers(List<BigDecimal> values) Create a JsonArray from a list of BigDecimal numbers.static JsonArrayJsonArray.createStrings(List<String> values) Create a JsonArray from a list of strings.static JsonArrayJsonArray.empty()Returns the shared empty JSON array instance.JsonParser.readJsonArray()Reads a JSON array from the current position.JsonParserBase.readJsonArray()ObjectStartParser.readJsonArray()Methods in io.helidon.json that return types with arguments of type JsonArrayModifier and TypeMethodDescriptionJsonObject.arrayValue(String key) Return the JsonArray value associated with the specified key as an Optional.Methods in io.helidon.json with parameters of type JsonArrayModifier and TypeMethodDescriptionJsonObject.arrayValue(String key, JsonArray defaultValue) Return the JsonArray value associated with the specified key, or the default value if the key is not present.