Interface InjectionManagerInjectedTarget

  • All Superinterfaces:
    jakarta.enterprise.inject.spi.InjectionTarget, jakarta.enterprise.inject.spi.Producer

    public interface InjectionManagerInjectedTarget
    extends jakarta.enterprise.inject.spi.InjectionTarget
    CDI injection target that is co-injected by injection manager. The injection is done via given injection manager.
    Author:
    Michal Gajdos
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setInjectionManager​(InjectionManager injectionManager)
      Set the locator to be used to co-inject this injection target.
      • Methods inherited from interface jakarta.enterprise.inject.spi.InjectionTarget

        inject, postConstruct, preDestroy
      • Methods inherited from interface jakarta.enterprise.inject.spi.Producer

        dispose, getInjectionPoints, produce
    • Method Detail

      • setInjectionManager

        void setInjectionManager​(InjectionManager injectionManager)
        Set the locator to be used to co-inject this injection target.
        Parameters:
        injectionManager - effective injection manager.