Package | Description |
---|---|
org.jboss.weld.injection | |
org.jboss.weld.injection.producer | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
<T,X> FieldInjectionPoint<T,X> |
InjectionPointFactory.createFieldInjectionPoint(EnhancedAnnotatedField<T,X> field,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
BeanManagerImpl manager)
Creates a new
FieldInjectionPoint and fires the ProcessInjectionPoint event. |
static <T,X> FieldInjectionPoint<T,X> |
FieldInjectionPoint.silent(FieldInjectionPointAttributes<T,X> attributes)
Creates an injection point without firing the
ProcessInjectionPoint event. |
Modifier and Type | Method and Description |
---|---|
List<Set<FieldInjectionPoint<?,?>>> |
InjectionPointFactory.getFieldInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
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<FieldInjectionPoint<?,?>>> |
Injector.getInjectableFields() |
List<Set<FieldInjectionPoint<?,?>>> |
DefaultInjector.getInjectableFields() |
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) |
Copyright © 2016. All rights reserved.