| Package | Description |
|---|---|
| org.jboss.resteasy.api.validation | |
| org.jboss.resteasy.plugins.providers.validation |
| Modifier and Type | Method and Description |
|---|---|
ConstraintType.Type |
ResteasyConstraintViolation.getConstraintType() |
static ConstraintType.Type |
ConstraintType.Type.valueOf(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,
String path,
String message,
String value) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintType.Type |
ConstraintTypeUtil.getConstraintType(Object o) |
Copyright © 2016. All Rights Reserved.