public class ConcurrentValidator extends Validator
| Constructor and Description |
|---|
ConcurrentValidator(Set<PlugableValidator> plugableValidators,
org.jboss.weld.manager.api.ExecutorServices executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateBeanNames(BeanManagerImpl beanManager) |
void |
validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans,
BeanManagerImpl manager) |
void |
validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> decorators,
BeanManagerImpl manager) |
void |
validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors,
BeanManagerImpl manager) |
protected void |
validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
void |
validateProducers(Collection<javax.enterprise.inject.spi.Producer<?>> producers,
BeanManagerImpl beanManager) |
cleanup, checkBeanMetadataInjectionPoint, validateBean, validateBeanName, validateDecorator, validateDeployment, validateEventMetadataInjectionPoint, validateGeneralBean, validateInjectionPoint, validateInjectionPointForDefinitionErrors, validateInjectionPointForDeploymentProblems, validateInjectionPointPassivationCapable, validateInterceptor, validateInterceptorDecoratorInjectionPointPassivationCapable, validateMetadataInjectionPoint, validateProducer, validateRIBean, validateSpecializationpublic ConcurrentValidator(Set<PlugableValidator> plugableValidators, org.jboss.weld.manager.api.ExecutorServices executor)
public void validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans, BeanManagerImpl manager)
validateBeans in class Validatorpublic void validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors, BeanManagerImpl manager)
validateInterceptors in class Validatorpublic void validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> decorators, BeanManagerImpl manager)
validateDecorators in class Validatorprotected void validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)
validateObserverMethods in class Validatorpublic void validateBeanNames(BeanManagerImpl beanManager)
validateBeanNames in class Validatorpublic void validateProducers(Collection<javax.enterprise.inject.spi.Producer<?>> producers, BeanManagerImpl beanManager)
validateProducers in class ValidatorCopyright © 2017. All rights reserved.