Uses of Class
org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
-
Packages that use ModCheckBase Package Description org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints.org.hibernate.validator.internal.constraintvalidators.hv.pl -
-
Uses of ModCheckBase in org.hibernate.validator.internal.constraintvalidators.hv
Subclasses of ModCheckBase in org.hibernate.validator.internal.constraintvalidators.hv Modifier and Type Class Description classLuhnCheckValidatorLuhn algorithm checksum validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod10CheckValidatorMod10 (Luhn algorithm implementation) Check validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod11CheckValidatorMod11 Check Digit validator http://en.wikipedia.org/wiki/Check_digitclassModCheckValidatorDeprecated.As of release 5.1.0, replaced byMod10CheckValidatorandMod11CheckValidator -
Uses of ModCheckBase in org.hibernate.validator.internal.constraintvalidators.hv.pl
Subclasses of ModCheckBase in org.hibernate.validator.internal.constraintvalidators.hv.pl Modifier and Type Class Description classNIPValidatorValidator forNIP.classPESELValidatorValidator forPESEL.classPolishNumberValidator<T extends Annotation>A base class validator for different Polish identification numbers.classREGONValidatorValidator forREGON.
-