Package com.oracle.coherence.cdi
Class CdiInjector
- java.lang.Object
-
- com.oracle.coherence.cdi.CdiInjector
-
- All Implemented Interfaces:
com.oracle.coherence.inject.Injector
public class CdiInjector extends Object implements com.oracle.coherence.inject.Injector
An implementation ofInjector
that uses the CDI bean manager to inject dependencies.- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.19
-
-
Constructor Summary
Constructors Constructor Description CdiInjector()
-
-
-
Method Detail
-
inject
public void inject(Object target)
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.
-
-