Uses of Interface
org.instancio.generator.specs.BigDecimalAsGeneratorSpec
Packages that use BigDecimalAsGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of BigDecimalAsGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return BigDecimalAsGeneratorSpecModifier and TypeMethodDescriptionBigDecimalAsGeneratorSpec.max(BigDecimal max) Specifies the upper bound.BigDecimalAsGeneratorSpec.min(BigDecimal min) Specifies the lower bound.BigDecimalAsGeneratorSpec.nullable()BigDecimalAsGeneratorSpec.precision(int precision) Precision of the generatedBigDecimal.BigDecimalAsGeneratorSpec.range(BigDecimal min, BigDecimal max) Specifies the range for generated numbers.BigDecimalAsGeneratorSpec.scale(int scale) -
Uses of BigDecimalAsGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return BigDecimalAsGeneratorSpecModifier and TypeMethodDescriptionMathGenerators.bigDecimal()Customises generatedBigDecimalvalues.