Interface Mod10GeneratorSpec

All Superinterfaces:
AsGeneratorSpec<String>, GeneratorSpec<String>, NullableGeneratorSpec<String>
All Known Subinterfaces:
Mod10Spec

public interface Mod10GeneratorSpec extends AsGeneratorSpec<String>, NullableGeneratorSpec<String>
A spec for generating numbers that pass the Mod10 checksum algorithm.

The methods provided by this interface (as well as their Javadocs) were copied from the org.hibernate.validator.constraints.Mod10Check annotation attributes.

Since:
2.16.0