Class InjectorImpl

java.lang.Object
io.micronaut.coherence.InjectorImpl
All Implemented Interfaces:
com.oracle.coherence.inject.Injector

public class InjectorImpl extends Object implements 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 Details

    • InjectorImpl

      public InjectorImpl()
  • Method Details

    • inject

      public void inject(Object target)
      Specified by:
      inject in interface com.oracle.coherence.inject.Injector