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
Constructors -
Method Summary
-
Constructor Details
-
CdiInjector
public CdiInjector()
-
-
Method Details
-
inject
Description copied from interface:com.oracle.coherence.inject.InjectorInject dependencies into the target.- Specified by:
injectin interfacecom.oracle.coherence.inject.Injector- Parameters:
target- the instance to have dependencies injected.
-