| Class | Description |
|---|---|
| BeanValidationAttachments | |
| BeanValidationDeploymentDependenciesProcessor |
Processor which adds each Jakarta Bean Validation API module as dependency to all deployments.
|
| BeanValidationFactoryDeployer |
Creates a Jakarta Bean Validation factory and adds it to the deployment and binds it to JNDI.
|
| BeanValidationFactoryResourceReferenceProcessor |
Handled resource injections for the Validator Factory
|
| BeanValidationResourceReferenceProcessor |
Handled resource injections for the Validator
|
| BeanValidationResourceReferenceProcessorRegistryProcessor |
DU Processor responsible for registering EEResourceReferenceProcessors wrt Jakarta Bean Validation.
|
| LazyValidatorFactory |
This class lazily initialize the ValidatorFactory on the first usage One benefit is that no domain class is loaded until the
ValidatorFactory is really needed.
|
| WildFlyProviderResolver |
A
ValidationProviderResolver to be used within WildFly. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.