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 specifiedboolean
value.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifieddouble
value.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedfloat
value.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedint
value.Appends a new member to the end of this object, with the specified name and the JSON representation of the specifiedlong
value.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.merge
(JsonObject object) Copies all members of the specified object into this object.static JsonObject
Json.object()
Creates a new empty JsonObject.static JsonObject
Deprecated.static JsonObject
Deprecated.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 specifiedboolean
value.Sets the value of the member with the specified name to the JSON representation of the specifieddouble
value.Sets the value of the member with the specified name to the JSON representation of the specifiedfloat
value.Sets the value of the member with the specified name to the JSON representation of the specifiedint
value.Sets the value of the member with the specified name to the JSON representation of the specifiedlong
value.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 JsonObject
JsonObject.unmodifiableObject
(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Methods in net.sourceforge.plantuml.json with parameters of type JsonObjectModifier and TypeMethodDescriptionvoid
Json.DefaultHandler.endObject
(JsonObject object) void
Json.DefaultHandler.endObjectValue
(JsonObject object, String name) JsonObject.merge
(JsonObject object) Copies all members of the specified object into this object.static JsonObject
JsonObject.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.
Json.parse(Reader)
.asObject()
instead