Uses of Interface
io.quarkus.builder.json.JsonValue

Packages that use JsonValue
Package
Description
 
 
  • Uses of JsonValue in io.quarkus.builder

    Methods in io.quarkus.builder with type parameters of type JsonValue
    Modifier and Type
    Method
    Description
    <T extends JsonValue>
    T
    JsonReader.read()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in io.quarkus.builder with parameters of type JsonValue
    Modifier and Type
    Method
    Description
    void
    JsonTransform.accept(Json.JsonBuilder<?> builder, JsonValue element)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) void
    Json.JsonArrayBuilder.add(JsonValue element)
     
    (package private) abstract void
    Json.JsonBuilder.add(JsonValue element)
     
    (package private) void
    Json.JsonObjectBuilder.add(JsonValue element)
     
    Method parameters in io.quarkus.builder with type arguments of type JsonValue
    Modifier and Type
    Method
    Description
    JsonTransform.dropping(Predicate<JsonValue> filter)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Uses of JsonValue in io.quarkus.builder.json

    Modifier and Type
    Interface
    Description
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonMultiValue
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonNumber
    Classes in io.quarkus.builder.json that implement JsonValue
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonArray
    enum 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonBoolean
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonDouble
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonInteger
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonMember
    enum 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonNull
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonObject
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 3.31.0 in favor of JsonString
    Methods in io.quarkus.builder.json with type parameters of type JsonValue
    Modifier and Type
    Method
    Description
    <T extends JsonValue>
    T
    JsonObject.get(String attribute)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    <T extends JsonValue>
    Stream<T>
    JsonArray.stream()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in io.quarkus.builder.json that return JsonValue
    Modifier and Type
    Method
    Description
    JsonMember.value()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in io.quarkus.builder.json that return types with arguments of type JsonValue
    Modifier and Type
    Method
    Description
    JsonArray.value()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Constructors in io.quarkus.builder.json with parameters of type JsonValue
    Modifier
    Constructor
    Description
     
    JsonMember(JsonString attribute, JsonValue value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Constructor parameters in io.quarkus.builder.json with type arguments of type JsonValue
    Modifier
    Constructor
    Description
     
    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.