Package com.oracle.coherence.cdi
Class CdiInjector
java.lang.Object
com.oracle.coherence.cdi.CdiInjector
- All Implemented Interfaces:
com.oracle.coherence.inject.Injector
An implementation of
Injector
that uses
the CDI bean manager to inject dependencies.- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.19
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CdiInjector
public CdiInjector()
-
-
Method Details
-
inject
Description copied from interface:com.oracle.coherence.inject.Injector
Inject dependencies into the target.- Specified by:
inject
in interfacecom.oracle.coherence.inject.Injector
- Parameters:
target
- the instance to have dependencies injected.
-