Interface LuhnGeneratorSpec

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

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

The following methods:

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

Since:
3.1.0