Uses of Class
org.jboss.resteasy.api.validation.ResteasyViolationException
Package
Description
-
Uses of ResteasyViolationException in org.jboss.resteasy.api.validation
-
Uses of ResteasyViolationException in org.jboss.resteasy.plugins.validation
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
ResteasyViolationExceptionMapper.buildViolationReportResponse
(ResteasyViolationException exception, jakarta.ws.rs.core.Response.Status status) -
Uses of ResteasyViolationException in org.jboss.resteasy.utils
Modifier and TypeMethodDescriptionstatic void
TestUtil.countViolations
(ResteasyViolationException e, int totalCount, int propertyCount, int classCount, int parameterCount, int returnValueCount) Check count of violations in ResteasyViolationException.