| Class | Description | 
|---|---|
| CdiRequestContext | Implementation of the request context. | 
| CdiRequestScope | CDI Request scope implementation using Weld-specific  BoundRequestContextwhich allows pass on storage for
 request-scoped objects. | 
| CdiSeInjectionManager | Implementation of  InjectionManagerthat starts CDI SE container, scans all users bean according to beans.xml file and
 register Jersey's internal beans usingSeBeanRegisterExtensionextension. | 
| CdiSeInjectionManagerFactory | SPI implementation of  InjectionManagerFactorywhich provides a new instance of CDIInjectionManager. | 
| GenericArrayTypeImpl | An implementation of GenericArrayType for those times we need to create this on the fly. | 
| LocalizationMessages | Defines string formatting method for each constant in the resource file | 
| ParameterizedTypeImpl | Simple implementation of  ParameterizedType. | 
| RequestScopeBean | CDI Class Bean represents  CdiRequestScope. | 
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.