Class CdiInterceptorWrapper
java.lang.Object
org.glassfish.jersey.ext.cdi1x.validation.internal.CdiInterceptorWrapper
JAX-RS wrapper for Hibernate CDI bean validation interceptor.
Since Jersey already executes validation on JAX-RS resources,
Jersey registers this wrapper into CDI container so that JAX-RS
components do not get validated twice.
- Author:
- Jakub Podlesak
-
Constructor Summary
ConstructorsConstructorDescriptionCdiInterceptorWrapper(jakarta.enterprise.inject.spi.BeanManager beanManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateConstructorInvocation(jakarta.interceptor.InvocationContext ctx) validateMethodInvocation(jakarta.interceptor.InvocationContext ctx)
-
Constructor Details
-
CdiInterceptorWrapper
@Inject public CdiInterceptorWrapper(jakarta.enterprise.inject.spi.BeanManager beanManager)
-
-
Method Details