Class QuarkusContextProducers
java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
Provides CDI producers for objects that can be injected via @Context
In RESTEasy Reactive this works because @Context is considered an alias for @Inject
through the use of
AutoInjectAnnotationBuildItem-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidcloseCloser(CloserImpl closer) (package private) CloserImplcloser()(package private) io.vertx.core.http.HttpServerResponse(package private) jakarta.ws.rs.ext.Providers
-
Constructor Details
-
QuarkusContextProducers
public QuarkusContextProducers()
-
-
Method Details
-
httpServerResponse
@RequestScoped @Produces io.vertx.core.http.HttpServerResponse httpServerResponse() -
providers
@ApplicationScoped @Produces jakarta.ws.rs.ext.Providers providers() -
closer
-
closeCloser
-