Uses of Class
org.hibernate.validator.constraints.LuhnCheck
-
Packages that use LuhnCheck Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of LuhnCheck in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type LuhnCheck Modifier and Type Class Description interfaceCreditCardNumberThe annotated element has to represent a valid credit card number.Methods in org.hibernate.validator.constraints that return LuhnCheck Modifier and Type Method Description LuhnCheck[]value() -
Uses of LuhnCheck in org.hibernate.validator.internal.constraintvalidators.hv
Methods in org.hibernate.validator.internal.constraintvalidators.hv with parameters of type LuhnCheck Modifier and Type Method Description voidLuhnCheckValidator. initialize(LuhnCheck constraintAnnotation)
-