Package org.jboss.resteasy.cdi


package org.jboss.resteasy.cdi
  • Class
    Description
    A registry which is CDI aware and will create per-request resources from the CDI container.
    This ConstructorInjector implementation uses CDI's BeanManager to obtain a contextual instance of a bean.
    A Jakarta REST Feature that registers CDI integration providers.
     
    Configuration options for the RESTEasy CDI integration.
    JAX-RS property injection is performed twice on CDI Beans.
    A ContainerResponseFilter that unwraps CDI proxies from response entities before serialization.
    CDI producers for Jakarta RESTful Web Services types and RESTEasy specific types.
    Deprecated, for removal: This API element is subject to removal in a future version.
    this should not be used outside of this module and may be removed in a future release
    A container for CDI-managed Jakarta REST components discovered during processing.
    A CDI Extension that integrates Jakarta REST components with CDI.
    A CDI Extension that enables Jakarta REST parameter annotations (@CookieParam, @FormParam, @HeaderParam, @MatrixParam, @PathParam, @QueryParam, and @BeanParam) to function as CDI qualifiers.
    Utility methods for detecting CDI scopes and JAX-RS components.