Package io.quarkus.builder.json
Class JsonObject
java.lang.Object
io.quarkus.builder.json.JsonObject
- All Implemented Interfaces:
JsonMultiValue,JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonObject(Map<JsonString, JsonValue> value) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidforEach(JsonTransform transform) Deprecated, for removal: This API element is subject to removal in a future version.<T extends JsonValue>
TDeprecated, for removal: This API element is subject to removal in a future version.members()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
JsonObject
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version. -
members
Deprecated, for removal: This API element is subject to removal in a future version. -
forEach
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
forEachin interfaceJsonMultiValue
-
JsonObject