Uses of Class
com.atlassian.confluence.json.json.JsonObject
-
Packages that use JsonObject Package Description com.atlassian.confluence.json.json -
-
Uses of JsonObject in com.atlassian.confluence.json.json
Methods in com.atlassian.confluence.json.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. setProperty(String key, @Nullable Boolean value)Sets the given boolean property.JsonObjectJsonObject. setProperty(String key, @Nullable Number number)JsonObjectJsonObject. setProperty(String key, @Nullable String value)JsonObjectJsonObject. setProperty(String key, @Nullable Date date)JsonObjectJsonObject. setProperty(String key, Json json)
-