Package | Description |
---|---|
org.jboss.weld.event | |
org.jboss.weld.injection | |
org.jboss.weld.injection.producer | |
org.jboss.weld.util |
Modifier and Type | Field and Description |
---|---|
protected MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.observerMethod |
Modifier and Type | Method and Description |
---|---|
MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.getMethod() |
protected MethodInjectionPoint<T,? super X> |
ExtensionObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer,
RIBean<X> declaringBean,
BeanManagerImpl manager) |
protected MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer,
RIBean<X> declaringBean,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
<T,X> MethodInjectionPoint<T,X> |
InjectionPointFactory.createMethodInjectionPoint(EnhancedAnnotatedMethod<T,X> enhancedMethod,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
boolean observerOrDisposer,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
List<Set<MethodInjectionPoint<?,?>>> |
Injector.getInitializerMethods() |
List<Set<MethodInjectionPoint<?,?>>> |
DefaultInjector.getInitializerMethods() |
Modifier and Type | Method and Description |
---|---|
static <T> List<Set<MethodInjectionPoint<?,?>>> |
BeanMethods.getInitializerMethods(javax.enterprise.inject.spi.Bean<?> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Beans.callInitializers(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
BeanManagerImpl manager,
Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)
Calls all initializers of the bean
|
static Set<ParameterInjectionPoint<?,?>> |
InjectionPoints.flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
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.