Package org.jboss.resteasy.cdi
-
Class Summary Class Description CdiConstructorInjector This ConstructorInjector implementation uses CDI's BeanManager to obtain a contextual instance of a bean.CdiInjectorFactory CdiPropertyInjector JAX-RS property injection is performed twice on CDI Beans.ContextProducers CDI producers for Jakarta RESTful Web Services types and RESTEasy specific types.JaxrsInjectionTarget<T> This implementation of InjectionTarget is a wrapper that allows JAX-RS property injection to be performed just after CDI injection.ResteasyCdiExtension This Extension handles default scopes for discovered JAX-RS components.Utils Utility methods for detecting CDI scopes and JAX-RS components.