Uses of Class
org.jboss.weld.bootstrap.ObserverInitializationContext
-
Packages that use ObserverInitializationContext Package Description org.jboss.weld.bootstrap -
-
Uses of ObserverInitializationContext in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return ObserverInitializationContext Modifier and Type Method Description static <T,X>
ObserverInitializationContext<T,X>ObserverInitializationContext. of(ObserverMethodImpl<T,X> observer, EnhancedAnnotatedMethod<T,? super X> annotated)Methods in org.jboss.weld.bootstrap that return types with arguments of type ObserverInitializationContext Modifier and Type Method Description Set<ObserverInitializationContext<?,?>>BeanDeployerEnvironment. getObservers()Methods in org.jboss.weld.bootstrap with parameters of type ObserverInitializationContext Modifier and Type Method Description voidBeanDeployerEnvironment. addObserverMethod(ObserverInitializationContext<?,?> observerInitializer)Method parameters in org.jboss.weld.bootstrap with type arguments of type ObserverInitializationContext Modifier and Type Method Description protected <T,X>
voidExtensionBeanDeployer. createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T,? super X> method, Set<ObserverInitializationContext<?,?>> observerMethodInitializers, boolean isAsync)protected <X> voidExtensionBeanDeployer. createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)protected voidConcurrentValidator. validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)protected voidValidator. validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)
-