Uses of Interface
de.iip_ecosphere.platform.support.json.JsonArrayBuilder
Packages that use JsonArrayBuilder
-
Uses of JsonArrayBuilder in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonArrayBuilderModifier and TypeMethodDescriptionJsonArrayBuilder.add(boolean value) Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.add(double value) Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.add(int value) Adds a value to the JSON object associated with this array builder.Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.add(JsonArrayBuilder builder) Adds a value to the JSON object associated with this array builder via an array builder.JsonArrayBuilder.add(JsonNumber value) Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.add(JsonObject value) Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.add(JsonObjectBuilder builder) Adds a value to the JSON object associated with this array builder via an object builder.JsonArrayBuilder.add(JsonString value) Adds a value to the JSON object associated with this array builder.Adds a value to the JSON object associated with this array builder.JsonArrayBuilder.addNull()Adds a null value to the JSON object associated with this array builder.static JsonArrayBuilderJson.createArrayBuilder()Creates a JSON array builder.protected abstract JsonArrayBuilderJson.createArrayBuilderImpl()Creates a JSON array builder.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonArrayBuilderModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonArrayBuilder builder) Adds a value to the JSON object associated with this array builder via an array builder.JsonBuilder.add(String name, JsonArrayBuilder builder) Adds a name/value pair to the JSON object associated with this object builder via an array builder.JsonObjectBuilder.add(String name, JsonArrayBuilder builder) Adds a name/value pair to the JSON object associated with this object builder via an array builder.