Package org.jboss.resteasy.cdi


package org.jboss.resteasy.cdi
  • Classes
    Class
    Description
    This ConstructorInjector implementation uses CDI's BeanManager to obtain a contextual instance of a bean.
     
    JAX-RS property injection is performed twice on CDI Beans.
    CDI producers for Jakarta RESTful Web Services types and RESTEasy specific types.
    This implementation of InjectionTarget is a wrapper that allows JAX-RS property injection to be performed just after CDI injection.
    This Extension handles default scopes for discovered JAX-RS components.
    Utility methods for detecting CDI scopes and JAX-RS components.