Package | Description |
---|---|
org.jboss.weld.injection.producer | |
org.jboss.weld.injection.producer.ejb |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInjector<T>
Injector implementation that injects
Inject -annotated fields and calls CDI initializer methods. |
class |
ResourceInjector<T>
Injector that adds support for resource field and setter injection. |
class |
StatelessSessionBeanInjector<T>
Injector implementation which prepares DynamicInjectionPoint to be injected into stateless session beans. |
Modifier and Type | Method and Description |
---|---|
Injector<T> |
BasicInjectionTarget.getInjector() |
protected Injector<T> |
BasicInjectionTarget.initInjector(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager) |
protected Injector<T> |
BeanInjectionTarget.initInjector(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
protected Injector<T> |
SessionBeanInjectionTarget.initInjector(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager) |
Copyright © 2014 Seam Framework. All rights reserved.