| Annotation Type | Description |
|---|---|
| EachAssertFalse | |
| EachAssertTrue | |
| EachConstraint |
A meta annotation for a collection pseudo constraint validated by
CommonEachValidator. |
| EachCreditCardNumber |
Note: Constraint
CreditCardNumber
was available even in Hibernate Validator 4.3.1, but it was composed from now deprecated
ModCheck instead of
LuhnCheck.Therefore this annotation
doesn't work in HV older than 5.1.0. |
| EachDecimalMax | |
| EachDecimalMin | |
| EachDigits | |
| EachEAN | |
| EachEmail | |
| EachFuture | |
| EachLength | |
| EachLuhnCheck | |
| EachMax | |
| EachMin | |
| EachMod10Check | |
| EachMod11Check | |
| EachNotBlank | |
| EachNotEmpty | |
| EachNotNull | |
| EachPast | |
| EachPattern | |
| EachRange | |
| EachSafeHtml | |
| EachScriptAssert | |
| EachSize | |
| EachURL |
Copyright © 2013–2015. All rights reserved.