- CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Failed to obtain BeanManager from JNDI lookup.
- CDI_CLASS_ANALYZER - Static variable in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
-
Name to be used when binding CDI injectee skipping class analyzer to HK2 service injection manager.
- CDI_CLASS_ANALYZER_MISUSED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.
- CDI_CLASS_BEING_CHECKED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Class, {0}, is being checked with Jersey CDI component provider.
- CDI_CLASS_BOUND_WITH_CDI(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Class, {0}, has been bound by Jersey CDI component provider.
- CDI_HK_2_BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
CDI beans backed by HK2 have been registered for the following types: {0}
- CDI_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Error when lookup instance of class, {0}, in CDI.
- CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Trying to register multiple service locators into single service locator application.
- CDI_NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Component of class {0} cannot be instantiated and will be ignored.
- CDI_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
Jersey CDI component provider initialized.
- CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
The following CDI types were recognized as request scoped components in Jersey: {0}.
- CDI_TYPE_VETOED(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
-
The following types have been vetoed by Jersey as per {0} configuration: {1}
- CdiComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Jersey CDI integration implementation.
- CdiComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
-
- CdiComponentProvider.CdiDefaultAnnotation - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Auxiliary annotation for mocked beans used to cover Jersey/HK2 injected injection points.
- CdiComponentProvider.JaxRsParamProducer - Class in org.glassfish.jersey.ext.cdi1x.internal
-
CDI producer for CDI bean constructor String parameters, that should be injected by JAX-RS.
- CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier - Annotation Type in org.glassfish.jersey.ext.cdi1x.internal
-
- CdiDefaultAnnotation() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation
-
- CdiServerComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Implementation of ComponentProvider for Jersey Server
- CdiServerComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
-
- CdiUtil - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Common CDI utility methods.