Class | Description |
---|---|
CDIContextBridge |
This is an HK2 context for use with descriptors that are backed by
CDI services (which are not Dependent or Singleton).
|
CDIHK2Descriptor<T> |
This is an HK2 Descriptor that is backed by a CDI bean
|
CDISecondChanceResolver | |
DefaultImpl | |
HK2CDIBean<T> |
This is a CDI bean that is backed by an HK2 service
|
HK2ContextBridge |
This is an implementation of a CDI context that is put into CDI which will
handle all of the hk2 scope/context pairs
|
HK2IntegrationExtension |
A portable CDI extension, which is the touch-point for hk2 integration with CDI
This extension is registered via META-INF/services/javax.enterprise.inject.spi.Extension
|
HK2IntegrationUtilities |
Integration utilities
|
Annotation Type | Description |
---|---|
CDIScope |
This scope is given from HK2 beans that are representing CDI services
that are NOT in Dependent or Singleton scopes
|
Copyright © 2020. All rights reserved.