Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.hv |
Implementations of Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators.hv.pl |
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 |
Modifier and Type | Class and Description |
---|---|
class |
NIPValidator
Validator for
NIP . |
class |
PESELValidator
Validator for
PESEL . |
class |
PolishNumberValidator<T extends java.lang.annotation.Annotation>
A base class validator for different Polish identification numbers.
|
class |
REGONValidator
Validator for
REGON . |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved