Uses of Annotation Interface
jakarta.interceptor.AroundInvoke
Packages that use AroundInvoke
Package
Description
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 AroundInvokeModifier and TypeMethodDescriptionValidationInterceptor.validateMethodInvocation(InvocationContext ctx) Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.