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.
-
Uses of BigIntegerSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return BigIntegerSpecModifier and TypeMethodDescriptionBigIntegerSpec.max(BigInteger max) Specifies the upper bound.BigIntegerSpec.min(BigInteger min) Specifies the lower bound.BigIntegerSpec.nullable()Specifies that anullvalue can be generatedBigIntegerSpec.range(BigInteger min, BigInteger max) Specifies the range for generated numbers. -
Uses of BigIntegerSpec in org.instancio.generators
Methods in org.instancio.generators that return BigIntegerSpec