Uses of Class
jakarta.interceptor.AroundInvoke
-
Packages that use AroundInvoke Package Description org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor. -
-
Uses of AroundInvoke in org.hibernate.validator.cdi.internal.interceptor
Methods in org.hibernate.validator.cdi.internal.interceptor with annotations of type AroundInvoke Modifier and Type Method Description ObjectValidationInterceptor. validateMethodInvocation(InvocationContext ctx)Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.
-