|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Annotation Types Summary | |
|---|---|
| CreditCardNumber | The annotated element has to represent a valid credit card number. |
| The string has to be a well-formed email address. | |
| Length | Validate that the string is between min and max included. |
| NotBlank | Validate that the annotated string is not null or empty. |
| NotEmpty | Asserts that the annotated string, collection, map or array is not null or empty. |
| Range | The annotated element has to be in the appropriate range. |
| URL | Validate that the string is a valid URL. |
This package contains the Hibernate Validator specific constraints.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||