Class CdiInjector

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

    public class CdiInjector
    extends Object
    implements com.oracle.coherence.inject.Injector
    An implementation of Injector that uses the CDI bean manager to inject dependencies.
    Since:
    20.12
    Author:
    Jonathan Knight 2020.11.19
    • Constructor Detail

      • CdiInjector

        public 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 interface com.oracle.coherence.inject.Injector
        Parameters:
        target - the instance to have dependencies injected.