Class Summary |
CdiConstructorInjector |
This ConstructorInjector implementation uses CDI's BeanManager to obtain
a contextual instance of a bean. |
CdiInjectorFactory |
|
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. |
NoopPropertyInjector |
This implementation of PropertyInjector does not do anything in order to
prevent double JAX-RS property injection. |
ResteasyCdiExtension |
This Extension handles default scopes for discovered JAX-RS components. |
Utils |
Utility methods for detecting CDI scopes and JAX-RS components |