Uses of Class
org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Packages that use Mod11Check.ProcessingDirection Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of Mod11Check.ProcessingDirection in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type Mod11Check.ProcessingDirection Modifier and Type Method Description Mod11CheckDefMod11CheckDef. processingDirection(Mod11Check.ProcessingDirection processingDirection) -
Uses of Mod11Check.ProcessingDirection in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return Mod11Check.ProcessingDirection Modifier and Type Method Description Mod11Check.ProcessingDirectionprocessingDirection()static Mod11Check.ProcessingDirectionMod11Check.ProcessingDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Mod11Check.ProcessingDirection[]Mod11Check.ProcessingDirection. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mod11Check.ProcessingDirection in org.hibernate.validator.internal.constraintvalidators.hv
Methods in org.hibernate.validator.internal.constraintvalidators.hv with parameters of type Mod11Check.ProcessingDirection Modifier and Type Method Description voidMod11CheckValidator. initialize(int startIndex, int endIndex, int checkDigitIndex, boolean ignoreNonDigitCharacters, int threshold, char treatCheck10As, char treatCheck11As, Mod11Check.ProcessingDirection direction, int... customWeights)
-