public class InjectionTargetFactoryImpl<T> extends Object implements InjectionTargetFactory<T>
| Constructor and Description |
|---|
InjectionTargetFactoryImpl(AnnotatedType<T> annotatedType,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<InjectionPoint> |
createInjectionPoints(Bean<T> bean) |
InjectionTarget<T> |
createInjectionTarget() |
InjectionTarget<T> |
createInjectionTarget(Bean<T> bean) |
protected AnnotatedType<T> |
getAnnotatedType() |
protected List<AnnotatedMethod<?>> |
getPostConstructMethods() |
protected List<AnnotatedMethod<?>> |
getPreDestroyMethods() |
protected WebBeansContext |
getWebBeansContext() |
public InjectionTargetFactoryImpl(AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
public InjectionTarget<T> createInjectionTarget()
public InjectionTarget<T> createInjectionTarget(Bean<T> bean)
createInjectionTarget in interface InjectionTargetFactory<T>protected Set<InjectionPoint> createInjectionPoints(Bean<T> bean)
protected AnnotatedType<T> getAnnotatedType()
protected WebBeansContext getWebBeansContext()
protected List<AnnotatedMethod<?>> getPostConstructMethods()
protected List<AnnotatedMethod<?>> getPreDestroyMethods()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.