See: Description
| Class | Description |
|---|---|
| ABANumberValidator |
Modulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit
calculation/validation.
|
| CUSIPValidator |
Modulus 10 CUSIP (North American Securities)
Check Digit calculation/validation.
|
| EAN13Validator |
Modulus 10 EAN-13 / UPC / ISBN-13 Check Digit
calculation/validation.
|
| IBANValidator |
IBAN (International Bank Account Number) Check Digit calculation/validation.
|
| ISBN10Validator |
Modulus 11 ISBN-10 Check Digit calculation/validation.
|
| LuhnValidator |
Modulus 10 Luhn Check Digit calculation/validation.
|
| SedolValidator |
Modulus 10 SEDOL (UK Securities) Check Digit calculation/validation.
|
| VerhoeffValidator |
Verhoeff (Dihedral) Check Digit calculation/validation.
|
| Annotation Type | Description |
|---|---|
| ABANumber |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as ABANumber
|
| CUSIP |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as CUSIP
|
| EAN13 |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as EAN13
|
| IBAN |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as IBAN
|
| ISBN10 |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as ISBN10
|
| Luhn |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as Luhn
|
| Sedol |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as Sedol
|
| Verhoeff |
--
TODO - This class is NOT part of the bean_validation spec and might disappear
as soon as a final version of the specification contains a similar functionality.
--
Description: annotation to validate as Verhoeff
|
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.