Uses of Interface
org.instancio.generator.specs.Mod11AsGeneratorSpec
Packages that use Mod11AsGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of Mod11AsGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return Mod11AsGeneratorSpecModifier and TypeMethodDescriptionMod11AsGeneratorSpec.checkDigitIndex(int checkDigitIndex) Mod11AsGeneratorSpec.endIndex(int endIndex) Mod11AsGeneratorSpec.leftToRight()Mod11AsGeneratorSpec.length(int length) Mod11AsGeneratorSpec.nullable()Mod11AsGeneratorSpec.startIndex(int startIndex) Mod11AsGeneratorSpec.threshold(int threshold) Mod11AsGeneratorSpec.treatCheck10As(char treatCheck10As) Mod11AsGeneratorSpec.treatCheck11As(char treatCheck11As) -
Uses of Mod11AsGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return Mod11AsGeneratorSpecModifier and TypeMethodDescriptionChecksumGenerators.mod11()Generates numbers that pass the Mod11 checksum algorithm.