Class CoherenceInjector

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

    public class CoherenceInjector
    extends java.lang.Object
    implements com.oracle.coherence.inject.Injector
    Injector to allow the dependency injection of Spring beans into objects being deserialized and manipulated by cache operations.
    Since:
    3.0
    Author:
    Ryan Lubke
    • 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

      • CoherenceInjector

        public CoherenceInjector()
    • Method Detail

      • inject

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