Uses of Class
org.hibernate.validator.cfg.defs.Mod11CheckDef
Packages that use Mod11CheckDef
Package
Description
Constraint definition classes for programmatic constraint definition API.
-
Uses of Mod11CheckDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return Mod11CheckDefModifier and TypeMethodDescriptionMod11CheckDef.checkDigitIndex
(int checkDigitIndex) Mod11CheckDef.endIndex
(int endIndex) Mod11CheckDef.ignoreNonDigitCharacters
(boolean ignoreNonDigitCharacters) Mod11CheckDef.processingDirection
(Mod11Check.ProcessingDirection processingDirection) Mod11CheckDef.startIndex
(int startIndex) Mod11CheckDef.threshold
(int threshold) Mod11CheckDef.treatCheck10As
(char treatCheck10As) Mod11CheckDef.treatCheck11As
(char treatCheck11As)