| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.injection | |
| org.jboss.weld.manager | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Set<FieldInjectionPoint<?,?>>> |
AbstractClassBean.getInjectableFields() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> FieldInjectionPoint<T,X> |
FieldInjectionPoint.of(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> injectionTargetClass,
WeldField<T,X> field) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Set<FieldInjectionPoint<?,?>>> |
SimpleInjectionTarget.getInjectableFields() |
| Modifier and Type | Method and Description |
|---|---|
static List<Set<FieldInjectionPoint<?,?>>> |
Beans.getFieldInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> weldClass) |
static Set<FieldInjectionPoint<?,?>> |
Beans.mergeFieldInjectionPoints(List<? extends Set<? extends FieldInjectionPoint<?,?>>> fieldInjectionPoints) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Beans.injectBoundFields(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
BeanManagerImpl manager,
Iterable<? extends FieldInjectionPoint<?,?>> injectableFields)
Injects bound fields
|
static <T> void |
Beans.injectFieldsAndInitializers(T instance,
javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl beanManager,
List<? extends Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields,
List<? extends Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods) |
static Set<FieldInjectionPoint<?,?>> |
Beans.mergeFieldInjectionPoints(List<? extends Set<? extends FieldInjectionPoint<?,?>>> fieldInjectionPoints) |
Copyright © 2014 Seam Framework. All Rights Reserved.