Package io.micronaut.coherence
Class InjectorImpl
java.lang.Object
io.micronaut.coherence.InjectorImpl
- All Implemented Interfaces:
com.oracle.coherence.inject.Injector
An implementation of an
Injector
that will inject beans into a class using the Micronaut bean context.
An instance of this class will be created by Coherence using the
ServiceLoader
.
- Since:
- 1.0
- Author:
- Jonathan Knight
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InjectorImpl
public InjectorImpl()
-
-
Method Details
-
inject
- Specified by:
inject
in interfacecom.oracle.coherence.inject.Injector
-