Uses of Class
org.hibernate.validator.cfg.defs.Mod10CheckDef
Packages that use Mod10CheckDef
Package
Description
Constraint definition classes for programmatic constraint definition API.
-
Uses of Mod10CheckDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return Mod10CheckDefModifier and TypeMethodDescriptionMod10CheckDef.checkDigitIndex
(int checkDigitIndex) Mod10CheckDef.endIndex
(int endIndex) Mod10CheckDef.ignoreNonDigitCharacters
(boolean ignoreNonDigitCharacters) Mod10CheckDef.multiplier
(int multiplier) Mod10CheckDef.startIndex
(int startIndex) Mod10CheckDef.weight
(int weight)