All Classes and Interfaces

Class
Description
 
NOTE: this is a copy of the interceptor present in hibernate-validator-cdi.
 
In the case of a proxy generated by Arc, return the parent class.
Wrapper used to avoid closing the managed ValidatorFactory.
 
Disables logging during the analysis phase
 
 
 
 
 
A helper class holding a system timezone.
Deprecated, for removal: This API element is subject to removal in a future version.
Implement ValidatorFactoryCustomizer instead.
 
 
Marker class to indicate a JAX-RS end point should be validated.
 
Wrapper for potentially multiple locale resolvers.
Marker class to indicate a method should be validated.
 
 
 
 
Locale resolver that retrieves the locale from HTTP headers of the current vert.x request.
Wrapper around a ConstraintViolationException, used to mark a constraint violation as relative to a REST endpoint call.
 
Wrapper around a ConstraintViolationException, used to mark a constraint violation as relative to a REST endpoint call.
 
A Quarkus-specific clock provider that can provide a clock based on a runtime system time zone.
 
 
Meant to be implemented by a CDI bean that provides arbitrary customization for the default ValidatorFactory.
Utility class to deal with MediaTypes in JAX-RS endpoints.
As spec doesn't say anything about the report format, we just use https://opensource.zalando.com/problem/constraint-violation This also what Reactive Routes uses