All Classes and Interfaces
Class
Description
A 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 of
ResponseExceptionMapper
from an instance of ClientExceptionMapperGenerates an implementation of
RedirectHandler
from an instance of ClientRedirectHandlerAlters client stub generation to add MicroProfile Rest Client features.
This class is meant to parse the values in
ClientHeaderParam
into a list of supported typesA Build Item that is used to capture the information of usages equivalent to
@RegisterProvider(SomeProvider.class).