T - public class StatelessSessionBeanInjector<T> extends DefaultInjector<T>
Injector implementation which prepares DynamicInjectionPoint to be injected into stateless session beans.DefaultInjector,
https://issues.jboss.org/browse/WELD-1177| Constructor and Description |
|---|
StatelessSessionBeanInjector(EnhancedAnnotatedType<T> type,
Bean<T> bean,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
inject(T instance,
CreationalContext<T> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<T> type,
InjectionTarget<T> injectionTarget) |
void |
registerInjectionPoints(Set<InjectionPoint> injectionPoints)
Add field/parameter injection points to the set of injection points of an InjectionTarget.
|
getInitializerMethods, getInjectableFields, ofpublic StatelessSessionBeanInjector(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager)
public void inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)
public void registerInjectionPoints(Set<InjectionPoint> injectionPoints)
InjectorProducer.getInjectionPoints().registerInjectionPoints in interface Injector<T>registerInjectionPoints in class DefaultInjector<T>Copyright © 2014 Seam Framework. All Rights Reserved.