Uses of Interface
org.jdrupes.json.JsonArray
-
-
Uses of JsonArray in org.jdrupes.json
Classes in org.jdrupes.json that implement JsonArray Modifier and Type Class Description static classJsonArray.DefaultJsonArrayInstances of this class are used as default representations for JSON arrays.static classJsonArray.JsonArrayWrapperInstances of this class are used as default representations for JSON arrays.Fields in org.jdrupes.json declared as JsonArray Modifier and Type Field Description static JsonArrayJsonArray. EMPTY_ARRAYMethods in org.jdrupes.json that return JsonArray Modifier and Type Method Description JsonArrayJsonArray. append(Object value)JsonArrayJsonArray.DefaultJsonArray. append(Object value)JsonArrayJsonArray.JsonArrayWrapper. append(Object value)JsonArrayJsonArray. asArray(int index)JsonArrayJsonArray.DefaultJsonArray. asArray(int index)JsonArrayJsonArray.JsonArrayWrapper. asArray(int index)static JsonArrayJsonArray. create()Creates a new instance of theJsonArray.DefaultJsonArray.static JsonArrayJsonArray. from(List<Object> backing)Creates a wrapper around an existingList<Object>.static JsonArrayJsonArray. from(JsonArray.DefaultJsonArray backing)Overloaded to ensure that an existingJsonArray.DefaultJsonArrayis not wrapped again.JsonArrayJsonRpc.DefaultJsonRpc. params()JsonArrayJsonRpc. params()The parameters.Methods in org.jdrupes.json that return types with arguments of type JsonArray Modifier and Type Method Description Stream<JsonArray>JsonArray. arrayStream()Streams the elements in the array after casting them toJsonArrays.Stream<JsonArray>JsonArray.DefaultJsonArray. arrayStream()Stream<JsonArray>JsonArray.JsonArrayWrapper. arrayStream()Methods in org.jdrupes.json with parameters of type JsonArray Modifier and Type Method Description JsonRpc.DefaultJsonRpcJsonRpc.DefaultJsonRpc. setParams(JsonArray params)JsonRpcJsonRpc. setParams(JsonArray params)
-