Uses of Annotation Interface
jakarta.interceptor.AroundConstruct
Packages that use AroundConstruct
Package
Description
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 AroundConstructModifier and TypeMethodDescriptionvoidValidationInterceptor.validateConstructorInvocation(InvocationContext ctx) Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.