Interface JsonTransform

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(forRemoval=true) @FunctionalInterface public interface JsonTransform
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of io.quarkus.bootstrap.json.JsonTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Json.JsonBuilder<?> builder, JsonValue element)
    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.
     
  • Method Details

    • accept

      void accept(Json.JsonBuilder<?> builder, JsonValue element)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • dropping

      static JsonTransform dropping(Predicate<JsonValue> filter)
      Deprecated, for removal: This API element is subject to removal in a future version.