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) |
Modifier and Type | Method and Description |
---|---|
ConstraintType.Type |
ConstraintTypeUtil11.getConstraintType(Object o) |
Modifier and Type | Method and Description |
---|---|
String |
Messages.unexpectedViolationType(ConstraintType.Type type) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.