| 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 |
|---|---|
protected <T,X> ResourceInjection<T> |
ResourceInjectionProcessor.createStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint,
BeanManagerImpl beanManager) |
<T,X> ResourceInjection<T> |
ResourceInjectionFactory.getStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Set<ResourceInjection<?>> |
ResourceInjectionProcessor.createResourceInjections(Bean<?> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
protected <T> Set<ResourceInjection<?>> |
ResourceInjectionProcessor.createResourceInjections(Iterable<EnhancedAnnotatedField<?,? super T>> fields,
Iterable<EnhancedAnnotatedMethod<?,? super T>> methods,
Bean<?> declaringBean,
Class<?> declaringClass,
BeanManagerImpl manager) |
List<Set<ResourceInjection<?>>> |
ResourceInjectionFactory.getResourceInjections(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Beans.injectEEFields(Iterable<Set<ResourceInjection<?>>> resourceInjectionsHierarchy,
T beanInstance,
CreationalContext<T> ctx)
Injects EJBs and other EE resources.
|
Copyright © 2015. All Rights Reserved.