Package org.hibernate.validator.cdi.internal.interceptor
Classes for enabling Bean Validation method validation via a CDI interceptor.
-
Class Summary 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 Types Summary 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.