Uses of Class
org.jboss.resteasy.api.validation.ResteasyViolationException
-
Packages that use ResteasyViolationException Package Description org.jboss.resteasy.api.validation org.jboss.resteasy.plugins.validation org.jboss.resteasy.utils -
-
Uses of ResteasyViolationException in org.jboss.resteasy.api.validation
Constructors in org.jboss.resteasy.api.validation with parameters of type ResteasyViolationException Constructor Description ViolationReport(ResteasyViolationException exception)
-
Uses of ResteasyViolationException in org.jboss.resteasy.plugins.validation
Subclasses of ResteasyViolationException in org.jboss.resteasy.plugins.validation Modifier and Type Class Description class
ResteasyViolationExceptionImpl
Methods in org.jboss.resteasy.plugins.validation with parameters of type ResteasyViolationException Modifier and Type Method Description protected javax.ws.rs.core.Response
ResteasyViolationExceptionMapper. buildViolationReportResponse(ResteasyViolationException exception, javax.ws.rs.core.Response.Status status)
-
Uses of ResteasyViolationException in org.jboss.resteasy.utils
Methods in org.jboss.resteasy.utils with parameters of type ResteasyViolationException Modifier and Type Method Description static void
TestUtil. countViolations(ResteasyViolationException e, int totalCount, int propertyCount, int classCount, int parameterCount, int returnValueCount)
Check count of violations in ResteasyViolationException.
-