Interface Mod11GeneratorSpec

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

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

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

Since:
2.16.0