Uses of Class
org.hibernate.validator.cfg.defs.LuhnCheckDef
-
Packages that use LuhnCheckDef Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. -
-
Uses of LuhnCheckDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return LuhnCheckDef Modifier and Type Method Description LuhnCheckDefLuhnCheckDef. checkDigitIndex(int index)LuhnCheckDefLuhnCheckDef. endIndex(int index)LuhnCheckDefLuhnCheckDef. ignoreNonDigitCharacters(boolean ignore)LuhnCheckDefLuhnCheckDef. startIndex(int index)
-