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,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
inject(T instance,
javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl manager) |
getInitializerMethods, getInjectableFields, inject, registerInjectionPoints
protected ResourceInjector(EnhancedAnnotatedType<T> type, javax.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager)
public void inject(T instance, javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
inject
in class DefaultInjector<T>
Copyright © 2013 Seam Framework. All rights reserved.