Package | Description |
---|---|
org.jboss.weld.bean.builtin.ee | |
org.jboss.weld.injection | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
protected ResourceInjection<T> |
StaticEEResourceProducerField.getResourceInjection(EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
<T,X> ResourceInjection<T> |
ResourceInjectionFactory.getStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
List<Set<ResourceInjection<?>>> |
ResourceInjectionFactory.getResourceInjections(javax.enterprise.inject.spi.Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Beans.injectEEFields(Iterable<Set<ResourceInjection<?>>> resourceInjectionsHierarchy,
T beanInstance,
javax.enterprise.context.spi.CreationalContext<T> ctx)
Injects EJBs and other EE resources.
|
Copyright © 2016. All rights reserved.