Uses of Annotation Type
org.hibernate.validator.constraints.LuhnCheck
Packages that use LuhnCheck
Package
Description
Hibernate Validator specific constraints.
Implementations of Hibernate Validator specific constraints.
-
Uses of LuhnCheck in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type LuhnCheckModifier and TypeClassDescription@interfaceThe annotated element has to represent a valid credit card number. -
Uses of LuhnCheck in org.hibernate.validator.internal.constraintvalidators.hv
Methods in org.hibernate.validator.internal.constraintvalidators.hv with parameters of type LuhnCheckModifier and TypeMethodDescriptionvoidLuhnCheckValidator.initialize(LuhnCheck constraintAnnotation)