Package | Description |
---|---|
org.jboss.resteasy.api.validation | |
org.jboss.resteasy.plugins.validation | |
org.jboss.resteasy.utils |
Constructor and Description |
---|
ViolationReport(ResteasyViolationException exception) |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyViolationExceptionImpl |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
ResteasyViolationExceptionMapper.buildViolationReportResponse(ResteasyViolationException exception,
javax.ws.rs.core.Response.Status status) |
Modifier and Type | Method and Description |
---|---|
static void |
TestUtil.countViolations(ResteasyViolationException e,
int totalCount,
int propertyCount,
int classCount,
int parameterCount,
int returnValueCount)
Check count of violations in ResteasyViolationException.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.