Package io.quarkus.hibernate.validator.runtime.jaxrs
-
Class Summary Class Description ConstraintTypeUtil20 JaxrsEndPointValidationInterceptor ResteasyConfigSupport ResteasyReactiveEndPointValidationInterceptor ResteasyReactiveViolationExceptionMapper ResteasyViolationExceptionMapper ValidatorMediaTypeUtil Utility class to deal with MediaTypes in JAX-RS endpoints.ViolationReport 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 usesViolationReport.Violation -
Exception Summary Exception Description ResteasyReactiveViolationException Wrapper around aConstraintViolationException, used to mark a constraint violation as relative to a REST endpoint call.ResteasyViolationExceptionImpl Wrapper around aConstraintViolationException, used to mark a constraint violation as relative to a REST endpoint call. -
Annotation Types Summary Annotation Type Description JaxrsEndPointValidated Marker class to indicate a JAX-RS end point should be validated.