T - public class InjectionTargetFactoryImpl<T> extends Object implements InjectionTargetFactory<T>
InjectionTarget implementations for a given combination of AnnotatedType and
Bean objects.| Modifier | Constructor and Description |
|---|---|
protected |
InjectionTargetFactoryImpl(AnnotatedType<T> type,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
InjectionTarget<T> |
createInjectionTarget(Bean<T> bean)
Create a new injection target for a bean.
|
BasicInjectionTarget<T> |
createInjectionTarget(EnhancedAnnotatedType<T> type,
Bean<T> bean) |
protected InjectionTarget<T> |
createMessageDrivenInjectionTarget() |
protected InjectionTargetFactoryImpl(AnnotatedType<T> type, BeanManagerImpl manager)
public InjectionTarget<T> createInjectionTarget(Bean<T> bean)
InjectionTargetFactorycreateInjectionTarget in interface InjectionTargetFactory<T>bean - the bean to create the injection target for, or null if creating a non-contextual objectpublic BasicInjectionTarget<T> createInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean)
protected InjectionTarget<T> createMessageDrivenInjectionTarget()
Copyright © 2013 Seam Framework. All Rights Reserved.