| 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.
|
| JaxrsAnnotatedType<TYPE> |
This wrapper allows additional metadata to be added during bootstrap.
|
| 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.
|