Class InjectorImpl

  • All Implemented Interfaces:
    com.oracle.coherence.inject.Injector

    public class InjectorImpl
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      InjectorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void inject​(java.lang.Object target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InjectorImpl

        public InjectorImpl()
    • Method Detail

      • inject

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