Class InjectionServicesImpl

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.InjectionServices

    public class InjectionServicesImpl
    extends Object
    implements org.jboss.weld.injection.spi.InjectionServices
    Class to provide actual injection of an annotation and related services
    • Method Detail

      • aroundInject

        public <T> void aroundInject​(org.jboss.weld.injection.spi.InjectionContext<T> injectionContext)
        Specified by:
        aroundInject in interface org.jboss.weld.injection.spi.InjectionServices
      • registerInjectionTarget

        public <T> void registerInjectionTarget​(jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget,
                                                jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)
        Specified by:
        registerInjectionTarget in interface org.jboss.weld.injection.spi.InjectionServices
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service