Uses of Class
com.espertech.esper.common.client.json.minimaljson.JsonObject
Package
Description
JSON event object interface and event sender.
-
Uses of JsonObject in com.espertech.esper.common.client.json.minimaljson
Modifier 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 specified JSON value.Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.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 specified JSON value.Sets the value of the member with the specified name to the JSON representation of the specified string.static JsonObject
JsonObject.unmodifiableObject
(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Modifier and TypeMethodDescriptionJsonObject.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.ModifierConstructorDescriptionJsonObject
(JsonObject object) Creates a new JsonObject, initialized with the contents of the specified JSON object.
Json.parse(Reader)
.asObject()
instead