Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.method |
Deprecated. Will by replaced by equivalent
functionality defined by the Bean Validation 1.1 API as of Hibernate
Validator 5.
|
Modifier and Type | Method and Description |
---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolationImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolation.getKind()
Deprecated.
Returns the kind of this method constraint violation.
|
static MethodConstraintViolation.Kind |
MethodConstraintViolation.Kind.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MethodConstraintViolation.Kind[] |
MethodConstraintViolation.Kind.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.