Package | Description |
---|---|
org.jboss.weld.injection.producer |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLifecycleCallbackInvoker<T>
If the component is not intercepted this implementation takes care of invoking its lifecycle callback methods.
|
class |
NoopLifecycleCallbackInvoker<T>
This implementation never invokes
PostConstruct / PreDestroy callbacks. |
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackInvoker<T> |
BasicInjectionTarget.getLifecycleCallbackInvoker() |
Modifier and Type | Method and Description |
---|---|
static <T> BasicInjectionTarget<T> |
BasicInjectionTarget.create(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
Constructor and Description |
---|
BasicInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
BasicInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker,
Instantiator<T> instantiator) |
BeanInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
Copyright © 2016. All rights reserved.