Package | Description |
---|---|
org.jboss.resteasy.api.validation | |
org.jboss.resteasy.plugins.providers.validation |
Modifier and Type | Field and Description |
---|---|
private ConstraintType.Type |
ResteasyConstraintViolation.constraintType |
Modifier and Type | Method and Description |
---|---|
ConstraintType.Type |
ResteasyConstraintViolation.getConstraintType() |
static ConstraintType.Type |
ConstraintType.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType.Type[] |
ConstraintType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResteasyConstraintViolation(ConstraintType.Type constraintType,
java.lang.String path,
java.lang.String message,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
ConstraintType.Type |
ConstraintTypeUtil.getConstraintType(java.lang.Object o) |