Uses of Interface
org.instancio.generator.specs.BigIntegerSpec
Packages that use BigIntegerSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
Provides generators for
java.math.* types.-
Uses of BigIntegerSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return BigIntegerSpecModifier and TypeMethodDescriptionBigIntegerSpec.max(BigInteger max) BigIntegerSpec.min(BigInteger min) BigIntegerSpec.nullable()BigIntegerSpec.range(BigInteger min, BigInteger max) -
Uses of BigIntegerSpec in org.instancio.generators
Methods in org.instancio.generators that return BigIntegerSpec -
Uses of BigIntegerSpec in org.instancio.internal.generator.math
Classes in org.instancio.internal.generator.math that implement BigIntegerSpec