Uses of Class
io.helidon.json.JsonObject
Packages that use JsonObject
Package
Description
Helidon JSON Media Support.
Helidon JSON Processor.
-
Uses of JsonObject in io.helidon.http.media.json
Fields in io.helidon.http.media.json with type parameters of type JsonObjectModifier and TypeFieldDescriptionstatic final GenericType<JsonObject> JsonSupport.JSON_OBJECT_TYPEGeneric type of this type, as it is required when this media type is used programmatically.Methods in io.helidon.http.media.json that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic EntityWriter<JsonObject> JsonSupport.serverResponseWriter()Create a JSON writer with default settings. -
Uses of JsonObject in io.helidon.json
Methods in io.helidon.json that return JsonObjectModifier and TypeMethodDescriptionJsonValue.asObject()Cast this value to a JsonObject if it is of object type.JsonObject.Builder.build()Builds the JsonObject from the current builder state.static JsonObjectCreate a JsonObject from a map of string keys to JsonValue instances.static JsonObjectJsonObject.empty()Returns the shared empty JSON object instance.JsonObject.objectValue(String key, JsonObject defaultValue) Return the JsonObject value associated with the specified key, or the default value if the key is not present.JsonParser.readJsonObject()Reads a JSON object from the current position.JsonParserBase.readJsonObject()ObjectStartParser.readJsonObject()Methods in io.helidon.json that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionJsonObject.objectValue(String key) Return the JsonObject value associated with the specified key as an Optional.Methods in io.helidon.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonObject.objectValue(String key, JsonObject defaultValue) Return the JsonObject value associated with the specified key, or the default value if the key is not present.