Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.hv |
Implementations of Hibernate Validator specific constraints.
|
Modifier and Type | Class and Description |
---|---|
class |
LuhnCheckValidator
Luhn algorithm checksum validator
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
|
class |
Mod10CheckValidator
Mod10 (Luhn algorithm implementation) Check validator
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
|
class |
Mod11CheckValidator
Mod11 Check Digit validator
http://en.wikipedia.org/wiki/Check_digit
|
class |
ModCheckValidator
Deprecated.
As of release 5.1.0, replaced by
Mod10CheckValidator and Mod11CheckValidator |
Copyright © 2007-2017 Red Hat, Inc. All Rights Reserved