public class InjectionTargets extends Object
Modifier and Type | Method and Description |
---|---|
static <T> NonProducibleInjectionTarget<T> |
createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager) |
static <T> NonProducibleInjectionTarget<T> |
createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker,
BeanManagerImpl beanManager) |
public static <T> NonProducibleInjectionTarget<T> createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, javax.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager)
type
- bean
- beanManager
- NonProducibleInjectionTarget
instance if necessary, null
otherwisepublic static <T> NonProducibleInjectionTarget<T> createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, javax.enterprise.inject.spi.Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)
type
- bean
- injector
- invoker
- beanManager
- NonProducibleInjectionTarget
instance if necessary, null
otherwiseCopyright © 2016. All Rights Reserved.