Package org.hibernate.validator.cfg.defs
Class Mod10CheckDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<Mod10CheckDef,Mod10Check>
-
- org.hibernate.validator.cfg.defs.Mod10CheckDef
-
public class Mod10CheckDef extends ConstraintDef<Mod10CheckDef,Mod10Check>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description Mod10CheckDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mod10CheckDefcheckDigitIndex(int checkDigitIndex)Mod10CheckDefendIndex(int endIndex)Mod10CheckDefignoreNonDigitCharacters(boolean ignoreNonDigitCharacters)Mod10CheckDefmultiplier(int multiplier)Mod10CheckDefstartIndex(int startIndex)Mod10CheckDefweight(int weight)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-
-
-
Method Detail
-
multiplier
public Mod10CheckDef multiplier(int multiplier)
-
weight
public Mod10CheckDef weight(int weight)
-
startIndex
public Mod10CheckDef startIndex(int startIndex)
-
endIndex
public Mod10CheckDef endIndex(int endIndex)
-
checkDigitIndex
public Mod10CheckDef checkDigitIndex(int checkDigitIndex)
-
ignoreNonDigitCharacters
public Mod10CheckDef ignoreNonDigitCharacters(boolean ignoreNonDigitCharacters)
-
-