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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.