Package io.quarkus.builder.json
Class JsonArray
java.lang.Object
io.quarkus.builder.json.JsonArray
- All Implemented Interfaces:
JsonMultiValue,JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforEach(JsonTransform transform) Deprecated, for removal: This API element is subject to removal in a future version.stream()Deprecated, for removal: This API element is subject to removal in a future version.value()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
JsonArray
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
value
Deprecated, for removal: This API element is subject to removal in a future version. -
stream
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
-
JsonArray