See: Description
| Class | Description |
|---|---|
| ValidationEnabledAnnotatedCallable<T> | |
| ValidationEnabledAnnotatedConstructor<T> | |
| ValidationEnabledAnnotatedMethod<T> | |
| ValidationEnabledAnnotatedType<T> | |
| 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.
|
| Annotation Type | Description |
|---|---|
| MethodValidated |
Marker annotation for a type or method indicating that method constraints shall be
validated upon invocation of the given method or any methods of the given type.
|
Classes for enabling Bean Validation method validation via a CDI interceptor.
Copyright © 2018 JBoss by Red Hat. All rights reserved.