Uses of Interface
de.iip_ecosphere.platform.support.json.JsonNumber
Packages that use JsonNumber
-
Uses of JsonNumber in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonNumberModifier and TypeMethodDescriptionJsonArray.getJsonNumber(int index) Returns the number value at the specified position in this array.JsonObject.getJsonNumber(String name) Returns the number to which the specified name is mapped.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonNumberModifier and TypeMethodDescriptionJsonArrayBuilder.add(JsonNumber value) Adds a value to the JSON object associated with this array builder.JsonBuilder.add(String name, JsonNumber value) Adds a name/value pair to the JSON object associated with this object builder.JsonObjectBuilder.add(String name, JsonNumber value) Adds a name/value pair to the JSON object associated with this object builder.