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