| Package | Description |
|---|---|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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) |
static <T> NonProducibleInjectionTarget<T> |
NonProducibleInjectionTarget.create(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker,
BeanManagerImpl beanManager) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static <T> NonProducibleInjectionTarget<T> |
InjectionTargets.createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker,
BeanManagerImpl beanManager) |
Copyright © 2017. All rights reserved.