Package | Description |
---|---|
org.hibernate.validator.internal.cdi |
Classes for enabling Bean Validation CDI integration.
|
org.jboss.narayana.txframework.impl.as |
Modifier and Type | Method and Description |
---|---|
void |
ValidationExtension.afterBeanDiscovery(AfterBeanDiscovery afterBeanDiscoveryEvent,
BeanManager beanManager)
Registers beans for
ValidatorFactory and Validator if not yet present. |
void |
ValidationExtension.beforeBeanDiscovery(BeforeBeanDiscovery beforeBeanDiscoveryEvent,
BeanManager beanManager)
Used to register the method validation interceptor binding annotation.
|
<T> void |
ValidationExtension.processAnnotatedType(ProcessAnnotatedType<T> processAnnotatedTypeEvent)
Used to register the method validation interceptor bindings.
|
void |
ValidationExtension.processBean(ProcessBean<?> processBeanEvent)
Watches the
ProcessBean event in order to determine whether beans for ValidatorFactory and
Validator already have been registered by some other component. |
Modifier and Type | Method and Description |
---|---|
void |
TXFrameworkCDIExtension.register(BeforeBeanDiscovery bbd,
BeanManager bm)
Register all admin CDI beans.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.