Class ContextProducers
java.lang.Object
org.jboss.resteasy.reactive.server.injection.ContextProducers
Provides CDI producers for objects that can be injected via @Context
In quarkus-rest this works because @Context is considered an alias for @Inject
through the use of
AutoInjectAnnotationBuildItem-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextProducers
public ContextProducers()
-