Uses of Interface
io.quarkus.builder.json.JsonValue
Packages that use JsonValue
-
Uses of JsonValue in io.quarkus.builder
Methods in io.quarkus.builder with type parameters of type JsonValueModifier and TypeMethodDescription<T extends JsonValue>
TJsonReader.read()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.builder with parameters of type JsonValueModifier and TypeMethodDescriptionvoidJsonTransform.accept(Json.JsonBuilder<?> builder, JsonValue element) Deprecated, for removal: This API element is subject to removal in a future version.(package private) void(package private) abstract void(package private) voidMethod parameters in io.quarkus.builder with type arguments of type JsonValueModifier and TypeMethodDescriptionstatic JsonTransformDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of JsonValue in io.quarkus.builder.json
Subinterfaces of JsonValue in io.quarkus.builder.jsonModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonNumberClasses in io.quarkus.builder.json that implement JsonValueModifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonArrayenumDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonBooleanfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonDoublefinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonIntegerfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonMemberenumDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonNullfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonObjectfinal classDeprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor ofJsonStringMethods in io.quarkus.builder.json with type parameters of type JsonValueModifier and TypeMethodDescription<T extends JsonValue>
TDeprecated, for removal: This API element is subject to removal in a future version.JsonArray.stream()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.builder.json that return JsonValueModifier and TypeMethodDescriptionJsonMember.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 JsonValueModifier and TypeMethodDescriptionJsonArray.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 JsonValueModifierConstructorDescriptionJsonMember(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 JsonValueModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.JsonObject(Map<JsonString, JsonValue> value) Deprecated, for removal: This API element is subject to removal in a future version.
JsonMultiValue