T - public class ResourceInjector<T> extends DefaultInjector<T>
Injector that adds support for resource field and setter injection.DefaultInjector| Modifier | Constructor and Description |
|---|---|
protected |
ResourceInjector(EnhancedAnnotatedType<T> type,
Bean<T> bean,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
inject(T instance,
CreationalContext<T> ctx,
BeanManagerImpl manager) |
getInitializerMethods, getInjectableFields, inject, registerInjectionPointsprotected ResourceInjector(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)
public void inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager)
inject in class DefaultInjector<T>Copyright © 2013 Seam Framework. All Rights Reserved.