Class JsonArray

java.lang.Object
io.quarkus.builder.json.JsonArray
All Implemented Interfaces:
JsonMultiValue, JsonValue

@Deprecated(forRemoval=true) public final class JsonArray extends Object implements JsonMultiValue
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of JsonArray
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    <T extends JsonValue>
    Stream<T>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsonArray

      public JsonArray(List<JsonValue> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • value

      public List<JsonValue> value()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • stream

      public <T extends JsonValue> Stream<T> stream()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • forEach

      public void forEach(JsonTransform transform)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      forEach in interface JsonMultiValue