| Package | Description |
|---|---|
| org.jboss.weld.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> ObserverInitializationContext<T,X> |
ObserverInitializationContext.of(ObserverMethodImpl<T,X> observer,
EnhancedAnnotatedMethod<T,? super X> annotated) |
| Modifier and Type | Method and Description |
|---|---|
Set<ObserverInitializationContext<?,?>> |
BeanDeployerEnvironment.getObservers() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addObserverMethod(ObserverInitializationContext<?,?> observerInitializer) |
| Modifier and Type | Method and Description |
|---|---|
protected <T,X> void |
ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
EnhancedAnnotatedMethod<T,? super X> method,
Set<ObserverInitializationContext<?,?>> observerMethodInitializers,
boolean isAsync) |
protected <X> void |
ExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
EnhancedAnnotatedType<? super X> annotatedClass,
Set<ObserverInitializationContext<?,?>> observerMethodInitializers) |
protected void |
Validator.validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
protected void |
ConcurrentValidator.validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
| Constructor and Description |
|---|
BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes,
Set<Class<?>> vetoedClasses,
SetMultimap<Class<?>,AbstractClassBean<?>> classBeanMap,
Set<ProducerField<?,?>> producerFields,
SetMultimap<BeanDeployerEnvironment.WeldMethodKey,ProducerMethod<?,?>> producerMethodBeanMap,
Set<RIBean<?>> beans,
Set<ObserverInitializationContext<?,?>> observers,
Set<DisposalMethod<?,?>> allDisposalBeans,
Set<DisposalMethod<?,?>> resolvedDisposalBeans,
Set<DecoratorImpl<?>> decorators,
Set<InterceptorImpl<?>> interceptors,
Set<Type> newBeanTypes,
BeanManagerImpl manager) |
Copyright © 2015. All Rights Reserved.