Uses of Interface
org.jboss.weld.injection.producer.LifecycleCallbackInvoker
Packages that use LifecycleCallbackInvoker
-
Uses of LifecycleCallbackInvoker in org.jboss.weld.injection.producer
Classes in org.jboss.weld.injection.producer that implement LifecycleCallbackInvokerModifier and TypeClassDescriptionclassIf the component is not intercepted this implementation takes care of invoking its lifecycle callback methods.classThis implementation never invokesPostConstruct/PreDestroycallbacks.Methods in org.jboss.weld.injection.producer that return LifecycleCallbackInvokerMethods in org.jboss.weld.injection.producer with parameters of type LifecycleCallbackInvokerModifier and TypeMethodDescriptionstatic <T> BasicInjectionTarget<T>BasicInjectionTarget.create(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget.create(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager) Constructors in org.jboss.weld.injection.producer with parameters of type LifecycleCallbackInvokerModifierConstructorDescriptionprotectedBasicInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) protectedBasicInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, Instantiator<T> instantiator) BeanInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) -
Uses of LifecycleCallbackInvoker in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type LifecycleCallbackInvokerModifier and TypeMethodDescriptionstatic <T> NonProducibleInjectionTarget<T>InjectionTargets.createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)