| Package | Description |
|---|---|
| org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
| org.hibernate.validator.method |
This package provides support for method-level constraints based
on JSR 303: Bean
Validation, Appendix C ("Proposal for method-level validation").
|
| Modifier and Type | Method and Description |
|---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolationImpl.getKind() |
| Modifier and Type | Method and Description |
|---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolation.getKind()
Returns the kind of this method constraint violation.
|
static MethodConstraintViolation.Kind |
MethodConstraintViolation.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodConstraintViolation.Kind[] |
MethodConstraintViolation.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.