Package | Description |
---|---|
io.smallrye.config.inject | |
org.hibernate.validator.cdi |
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
|
org.jboss.narayana.txframework.impl.as | |
org.jboss.resteasy.cdi.microprofile |
Modifier and Type | Method and Description |
---|---|
void |
ConfigExtension.collectConfigProducer(ProcessInjectionPoint<?,?> pip) |
void |
ConfigExtension.registerConfigProducer(AfterBeanDiscovery abd,
BeanManager bm) |
void |
ConfigExtension.validate(AfterDeploymentValidation adv,
BeanManager bm) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RestClientExtension.createProxy(AfterBeanDiscovery afterBeanDiscovery,
BeanManager beanManager) |
void |
RestClientExtension.registerClient(ProcessAnnotatedType<?> pat) |
void |
RestClientExtension.reportErrors(AfterDeploymentValidation afterDeploymentValidation) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.