Uses of Class
org.jboss.resteasy.api.validation.ResteasyViolationException
Packages that use ResteasyViolationException
Package
Description
-
Uses of ResteasyViolationException in org.jboss.resteasy.api.validation
Constructors in org.jboss.resteasy.api.validation with parameters of type ResteasyViolationException -
Uses of ResteasyViolationException in org.jboss.resteasy.plugins.validation
Subclasses of ResteasyViolationException in org.jboss.resteasy.plugins.validationMethods in org.jboss.resteasy.plugins.validation with parameters of type ResteasyViolationExceptionModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseResteasyViolationExceptionMapper.buildViolationReportResponse(ResteasyViolationException exception, jakarta.ws.rs.core.Response.Status status) -
Uses of ResteasyViolationException in org.jboss.resteasy.utils
Methods in org.jboss.resteasy.utils with parameters of type ResteasyViolationExceptionModifier and TypeMethodDescriptionstatic voidTestUtil.countViolations(ResteasyViolationException e, int totalCount, int propertyCount, int classCount, int parameterCount, int returnValueCount) Check count of violations in ResteasyViolationException.