Interface JsonMultiValue

All Superinterfaces:
JsonValue
All Known Implementing Classes:
JsonArray, JsonObject

@Deprecated(forRemoval=true) public interface JsonMultiValue extends JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of JsonMultiValue
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • forEach

      default void forEach(JsonTransform transform)
      Deprecated, for removal: This API element is subject to removal in a future version.