Uses of Interface
de.iip_ecosphere.platform.support.json.JsonObjectBuilder
Packages that use JsonObjectBuilder
-
Uses of JsonObjectBuilder in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonObjectBuilderModifier and TypeMethodDescriptionAdds a name/value pair to the JSON object associated with this object builder.Adds a name/value pair to the JSON object associated with this object builder.Adds a name/value pair to the JSON object associated with this object builder.Adds a name/value pair to the JSON object associated with this object 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.JsonObjectBuilder.add(String name, JsonNumber value) Adds a name/value pair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonObject value) Adds a name/value pair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Adds a name/value pair to the JSON object associated with this object builder via an object builder.JsonObjectBuilder.add(String name, JsonString value) Adds a name/value pair to the JSON object associated with this object builder.Adds a name/value pair to the JSON object associated with this object builder.Adds a name/null pair to the JSON object associated with this object builder.static JsonObjectBuilderJson.createObjectBuilder()Creates a JSON object builder.protected abstract JsonObjectBuilderJson.createObjectBuilderImpl()Creates a JSON object builder.Remove the name/value pair from the JSON object associated with this object builder if it is present.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonObjectBuilderModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonObjectBuilder builder) Adds a value to the JSON object associated with this array builder via an object builder.JsonBuilder.add(String name, JsonObjectBuilder builder) Adds a name/value pair to the JSON object associated with this object builder via an object builder.JsonObjectBuilder.add(String name, JsonObjectBuilder builder) Adds a name/value pair to the JSON object associated with this object builder via an object builder.