Package io.quarkus.rest.client.reactive.deployment
package io.quarkus.rest.client.reactive.deployment
-
ClassDescriptionA Build Item that is used to register annotations that are used by the client to register services into the client context.Generates an implementation of
ResteasyReactiveContextResolver
The extension will search for methods annotated with a special annotation like `@ClientObjectMapper` (if the REST Client Jackson extension is present) and create the context resolver to register a custom object into the client context like the ObjectMapper instance.Generates an implementation ofResponseExceptionMapper
from an instance ofClientExceptionMapper
Generates an implementation ofRedirectHandler
from an instance ofClientRedirectHandler
Alters client stub generation to add MicroProfile Rest Client features.This class is meant to parse the values inClientHeaderParam
into a list of supported typesA Build Item that is used to capture the information of usages equivalent to@RegisterProvider(SomeProvider.class)
.