Uses of Interface
org.instancio.generator.specs.LuhnAsGeneratorSpec
Packages that use LuhnAsGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of LuhnAsGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return LuhnAsGeneratorSpecModifier and TypeMethodDescriptionLuhnAsGeneratorSpec.checkDigitIndex(int checkDigitIndex) LuhnAsGeneratorSpec.endIndex(int endIndex) LuhnAsGeneratorSpec.length(int length) LuhnAsGeneratorSpec.length(int min, int max) LuhnAsGeneratorSpec.nullable()LuhnAsGeneratorSpec.startIndex(int startIndex) -
Uses of LuhnAsGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return LuhnAsGeneratorSpecModifier and TypeMethodDescriptionChecksumGenerators.luhn()Generates numbers that pass the Luhn checksum algorithm.