Class ContextProducers

java.lang.Object
org.jboss.resteasy.reactive.server.injection.ContextProducers

@Singleton public class ContextProducers extends Object
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 Details

    • ContextProducers

      public ContextProducers()