Uses of Class
org.hibernate.validator.constraints.Mod10Check
-
Packages that use Mod10Check Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of Mod10Check in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type Mod10Check Modifier and Type Class Description interfaceEANChecks that the annotated character sequence is a valid EAN 13 number.Methods in org.hibernate.validator.constraints that return Mod10Check Modifier and Type Method Description Mod10Check[]value() -
Uses of Mod10Check in org.hibernate.validator.internal.constraintvalidators.hv
Methods in org.hibernate.validator.internal.constraintvalidators.hv with parameters of type Mod10Check Modifier and Type Method Description voidMod10CheckValidator. initialize(Mod10Check constraintAnnotation)
-