Class QuarkusContextProducers
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
-
@Singleton public class QuarkusContextProducers extends Object
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 ofAutoInjectAnnotationBuildItem
-
-
Constructor Summary
Constructors Constructor Description QuarkusContextProducers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.vertx.core.http.HttpServerResponsehttpServerResponse()(package private) javax.ws.rs.ext.Providersproviders()
-