Package org.hibernate.validator.cfg.defs
Class LuhnCheckDef
java.lang.Object
org.hibernate.validator.cfg.AnnotationDef<C,A>
org.hibernate.validator.cfg.ConstraintDef<LuhnCheckDef,LuhnCheck>
org.hibernate.validator.cfg.defs.LuhnCheckDef
- Author:
- Marko Bekta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckDigitIndex(int index) endIndex(int index) ignoreNonDigitCharacters(boolean ignore) startIndex(int index) Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payloadMethods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
Constructor Details
-
LuhnCheckDef
public LuhnCheckDef()
-
-
Method Details
-
startIndex
-
endIndex
-
checkDigitIndex
-
ignoreNonDigitCharacters
-