Class JsonObject

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

@Deprecated(forRemoval=true) public final class JsonObject 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 JsonObject
  • Constructor Details

    • JsonObject

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

    • get

      public <T extends JsonValue> T get(String attribute)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • members

      public List<JsonMember> members()
      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