Uses of Class
net.sourceforge.plantuml.json.JsonValue
Packages that use JsonValue
Package
Description
-
Uses of JsonValue in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type JsonValueConstructors in net.sourceforge.plantuml.cucadiagram with parameters of type JsonValueModifierConstructorDescriptionTextBlockCucaJSon
(FontConfiguration fontConfiguration, ISkinParam skinParam, JsonValue json, LineBreakStrategy wordWrap) -
Uses of JsonValue in net.sourceforge.plantuml.json
Subclasses of JsonValue in net.sourceforge.plantuml.jsonModifier and TypeClassDescriptionclass
Represents a JSON array, an ordered collection of JSON values.class
Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.class
Fields in net.sourceforge.plantuml.json declared as JsonValueModifier and TypeFieldDescriptionstatic final JsonValue
Json.FALSE
Represents the JSON literalfalse
.static final JsonValue
JsonValue.FALSE
Deprecated.static final JsonValue
Json.NULL
Represents the JSON literalnull
.static final JsonValue
JsonValue.NULL
Deprecated.UseJson.NULL
insteadstatic final JsonValue
Json.TRUE
Represents the JSON literaltrue
.static final JsonValue
JsonValue.TRUE
Deprecated.UseJson.TRUE
insteadprotected JsonValue
Json.DefaultHandler.value
Methods in net.sourceforge.plantuml.json that return JsonValueModifier and TypeMethodDescriptionJsonArray.cloneMe()
Added for PlantUMLJsonObject.cloneMe()
Added for PlantUMLJsonValue.cloneMe()
Added for PlantUML.JsonArray.get
(int index) Returns the value of the element at the specified position in this array.Returns the value of the member with the specified name in this object.Json.DefaultHandler.getValue()
JsonObject.Member.getValue()
Returns the value of this member.static JsonValue
Reads the entire input from the given reader and parses it as JSON.static JsonValue
Parses the given input string as JSON.static JsonValue
Deprecated.UseJson.parse(Reader)
insteadstatic JsonValue
Deprecated.UseJson.parse(String)
insteadstatic JsonValue
Json.value
(boolean value) Returns a JsonValue instance that represents the givenboolean
value.static JsonValue
Json.value
(double value) Returns a JsonValue instance that represents the givendouble
value.static JsonValue
Json.value
(float value) Returns a JsonValue instance that represents the givenfloat
value.static JsonValue
Json.value
(int value) Returns a JsonValue instance that represents the givenint
value.static JsonValue
Json.value
(long value) Returns a JsonValue instance that represents the givenlong
value.static JsonValue
Returns a JsonValue instance that represents the given string.static JsonValue
JsonValue.valueOf
(boolean value) Deprecated.UseJson.value()
insteadstatic JsonValue
JsonValue.valueOf
(double value) Deprecated.UseJson.value()
insteadstatic JsonValue
JsonValue.valueOf
(float value) Deprecated.UseJson.value()
insteadstatic JsonValue
JsonValue.valueOf
(int value) Deprecated.UseJson.value()
insteadstatic JsonValue
JsonValue.valueOf
(long value) Deprecated.UseJson.value()
insteadstatic JsonValue
Deprecated.UseJson.value()
insteadMethods in net.sourceforge.plantuml.json that return types with arguments of type JsonValueModifier and TypeMethodDescriptionJsonArray.iterator()
Returns an iterator over the values of this array in document order.JsonArray.values()
Returns a list of the values in this array in document order.Methods in net.sourceforge.plantuml.json with parameters of type JsonValueModifier and TypeMethodDescriptionAppends the specified JSON value to the end of this array.Appends a new member to the end of this object, with the specified name and the specified JSON value.Replaces the element at the specified position in this array with the specified JSON value.Sets the value of the member with the specified name to the specified JSON value. -
Uses of JsonValue in net.sourceforge.plantuml.jsondiagram
Methods in net.sourceforge.plantuml.jsondiagram that return types with arguments of type JsonValueMethods in net.sourceforge.plantuml.jsondiagram with parameters of type JsonValueModifier and TypeMethodDescriptionvoid
SmetanaForJson.drawMe
(JsonValue root, List<Highlighted> highlighted) Constructors in net.sourceforge.plantuml.jsondiagram with parameters of type JsonValueModifierConstructorDescriptionJsonDiagram
(UmlSource source, UmlDiagramType type, JsonValue json, List<Highlighted> highlighted, StyleExtractor styleExtractor) -
Uses of JsonValue in net.sourceforge.plantuml.security.authentication
Methods in net.sourceforge.plantuml.security.authentication with parameters of type JsonValueModifier and TypeMethodDescriptionstatic SecurityCredentials
Creates a SecurityCredentials from a JSON. -
Uses of JsonValue in net.sourceforge.plantuml.tim.expression
Methods in net.sourceforge.plantuml.tim.expression that return JsonValueMethods in net.sourceforge.plantuml.tim.expression with parameters of type JsonValueConstructors in net.sourceforge.plantuml.tim.expression with parameters of type JsonValue -
Uses of JsonValue in net.sourceforge.plantuml.yaml
Methods in net.sourceforge.plantuml.yaml that return JsonValue
Json.FALSE
instead