|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodConstraintViolation.Kind | |
|---|---|
| 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"). |
| Uses of MethodConstraintViolation.Kind in org.hibernate.validator.engine |
|---|
| Methods in org.hibernate.validator.engine that return MethodConstraintViolation.Kind | |
|---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolationImpl.getKind()
|
| Uses of MethodConstraintViolation.Kind in org.hibernate.validator.method |
|---|
| Methods in org.hibernate.validator.method that return MethodConstraintViolation.Kind | |
|---|---|
MethodConstraintViolation.Kind |
MethodConstraintViolation.getKind()
Returns the kind of this method constraint violation. |
static MethodConstraintViolation.Kind |
MethodConstraintViolation.Kind.valueOf(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||