Uses of Class
jakarta.interceptor.Interceptor
-
Packages that use Interceptor Package Description org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor. -
-
Uses of Interceptor in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor with annotations of type Interceptor Modifier and Type Class Description classValidationInterceptorAn 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.
-