Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.hibernate.validator.cdi |
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessManagedBean<X>
The container fires an event of this type for each enabled managed bean, before registering the
Bean object. |
interface |
ProcessProducerField<T,X>
The container fires an event of this type for each enabled producer field, before registering the
Bean object. |
interface |
ProcessProducerMethod<T,X>
The container fires an event of this type for each enabled producer method, before registering the
Bean object. |
interface |
ProcessSessionBean<X>
The container fires an event of this type for each enabled session bean, before registering the
Bean object. |
interface |
ProcessSyntheticBean<X>
The container fires an event of this type for each custom bean implementation added through
AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean) , before registering the
Bean object. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.