| 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.resteasy.cdi.microprofile | |
| org.jboss.weld.bootstrap.event |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigExtension.registerConfigProducer(AfterBeanDiscovery abd,
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClientExtension.createProxy(AfterBeanDiscovery afterBeanDiscovery,
BeanManager beanManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldAfterBeanDiscovery
Represents an enhanced version of
AfterBeanDiscovery. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.