Uses of Class
name.martingeisse.grumpyjson.json_model.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in name.martingeisse.grumpyjson.json_model
Methods in name.martingeisse.grumpyjson.json_model that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObject.of()Creates an empty instance of this class.static JsonObjectJsonObject.of(String key1, JsonElement value1) Creates an instance of this class from one directly specified key/value pair.static JsonObjectJsonObject.of(String key1, JsonElement value1, String key2, JsonElement value2) Creates an instance of this class from two directly specified key/value pairs.static JsonObjectJsonObject.of(String key1, JsonElement value1, String key2, JsonElement value2, String key3, JsonElement value3) Creates an instance of this class from three directly specified key/value pairs.static JsonObjectJsonObject.of(Map<String, JsonElement> properties) Creates an instance of this class from aMapcontaining the properties of the JSON object.