Uses of Class
net.sourceforge.plantuml.json.JsonObject
Packages that use JsonObject
Package
Description
-
Uses of JsonObject in net.sourceforge.plantuml.hcl
Methods in net.sourceforge.plantuml.hcl that return JsonObject -
Uses of JsonObject in net.sourceforge.plantuml.json
Methods in net.sourceforge.plantuml.json that return JsonObjectModifier and TypeMethodDescriptionAppends a new member to the end of this object, with the specified name and the JSON representation of the specifiedbooleanvalue.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifieddoublevalue.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedfloatvalue.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedintvalue.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedlongvalue.Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.Appends a new member to the end of this object, with the specified name and the specified JSON value.JsonObject.asObject()JsonValue.asObject()Returns this JSON value asJsonObject, assuming that this value represents a JSON object.JsonObject.deepMerge(JsonObject object) Copies all members of the specified object into this object.JsonObject.merge(JsonObject object) Copies all members of the specified object into this object.static JsonObjectJson.object()Creates a new empty JsonObject.static JsonObjectDeprecated.static JsonObjectDeprecated.UseJson.parse(String).asObject()insteadRemoves a member with the specified name from this object.Sets the value of the member with the specified name to the JSON representation of the specifiedbooleanvalue.Sets the value of the member with the specified name to the JSON representation of the specifieddoublevalue.Sets the value of the member with the specified name to the JSON representation of the specifiedfloatvalue.Sets the value of the member with the specified name to the JSON representation of the specifiedintvalue.Sets the value of the member with the specified name to the JSON representation of the specifiedlongvalue.Sets the value of the member with the specified name to the JSON representation of the specified string.Sets the value of the member with the specified name to the specified JSON value.Json.DefaultHandler.startObject()static JsonObjectJsonObject.unmodifiableObject(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Methods in net.sourceforge.plantuml.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonObject.deepMerge(JsonObject object) Copies all members of the specified object into this object.voidJson.DefaultHandler.endObject(JsonObject object) voidJson.DefaultHandler.endObjectValue(JsonObject object, String name) JsonObject.merge(JsonObject object) Copies all members of the specified object into this object.static JsonObjectJsonObject.unmodifiableObject(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Constructors in net.sourceforge.plantuml.json with parameters of type JsonObjectModifierConstructorDescriptionJsonObject(JsonObject object) Creates a new JsonObject, initialized with the contents of the specified JSON object. -
Uses of JsonObject in net.sourceforge.plantuml.security.authentication.oauth
Methods in net.sourceforge.plantuml.security.authentication.oauth with parameters of type JsonObjectModifier and TypeMethodDescriptionAbstractOAuth2AccessAuthorizeManager.buildAccessDataFromResponse(JsonObject tokenResponse, String tokenType) Builds the access parameter map. -
Uses of JsonObject in net.sourceforge.plantuml.theme
Methods in net.sourceforge.plantuml.theme that return JsonObject -
Uses of JsonObject in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return JsonObject
Json.parse(Reader).asObject()instead