Class | Description |
---|---|
CronExpression.CronValidator | |
DateFormat.DateFormatValidator | |
DateWithCustomFormat.DateWithCustomFormatValidator | |
Exclusives |
Utility class for assisting in checking that mutually exclusive options are correctly set.
|
Annotation Type | Description |
---|---|
CronExpression |
The annotated element must be a valid Spring cron expression (6 fields).
|
CronExpression.List |
Defines several
CronExpression annotations on the same element. |
DateFormat |
The annotated must be a valid
SimpleDateFormat pattern. |
DateFormat.List |
Defines several
DateFormat annotations on the same element. |
DateWithCustomFormat |
Used as a class level annotation to cross-validate a String representation of a date according to a date format
which is itself a property of the annotated class.
|
DateWithCustomFormat.List |
Defines several
DateWithCustomFormat annotations on the same element. |