- All Implemented Interfaces:
- java.io.Serializable
public class BValInterceptor
extends java.lang.Object
implements java.io.Serializable
This interceptor is a specialized version of the org.apache.bval.cdi.BValInterceptor
To support the JWT+BeanValidation feature we will split any JWT-validating annotations
into a dedicated class with a '$$JwtConstraints' suffix, and the other annotations into a
dedicated class with a '$$ReturnConstraints' suffix.
For the purposes of parameter and return value validation, we use only the regular class
or, if present, the '$$ReturnConstraints' suffixed class.
Interceptor class for the BValBinding
InterceptorBinding
.
- See Also:
- Serialized Form