Class JsonNull
java.lang.Object
io.helidon.json.JsonValue
io.helidon.json.JsonNull
Represents a JSON null value.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonNullinstance()Return the singleton instance of JsonNull.voidtoJson(JsonGenerator generator) Write this JSON value to the provided generator.type()Return the type of this JSON value.Methods inherited from class JsonValue
asArray, asBoolean, asNumber, asObject, asString, objectBuilder, toStringModifier and TypeMethodDescriptionasArray()Cast this value to a JsonArray if it is of array type.Cast this value to a JsonBoolean if it is of boolean type.asNumber()Cast this value to a JsonNumber if it is of number type.asObject()Cast this value to a JsonObject if it is of object type.asString()Cast this value to a JsonString if it is of string type.static JsonObject.BuilderA new fluent API builder to construct anJsonObject.toString()