|
Class Summary |
| InjectingConstraintValidatorFactory |
A ConstraintValidatorFactory which enables CDI based dependency injection for the created ConstraintValidator
s. |
| ValidationExtension |
A CDI portable extension which registers beans for ValidatorFactory and Validator, if such beans not yet
exist (which for instance would be the case in a Java EE 6 container). |
| ValidationInterceptor |
An interceptor which performs a validation of the Bean Validation constraints specified at the parameters and/or return
values of intercepted methods using the method validation functionality provided by Hibernate Validator. |