Uses of Interface
org.instancio.generator.specs.BigDecimalSpec
Packages that use BigDecimalSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of BigDecimalSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return BigDecimalSpecModifier and TypeMethodDescriptionBigDecimalSpec.max(BigDecimal max) Specifies the upper bound.BigDecimalSpec.min(BigDecimal min) Specifies the lower bound.BigDecimalSpec.nullable()Specifies that anullvalue can be generatedBigDecimalSpec.precision(int precision) Precision of the generatedBigDecimal.BigDecimalSpec.range(BigDecimal min, BigDecimal max) Specifies the range for generated numbers.BigDecimalSpec.scale(int scale) Scale of the generatedBigDecimal. -
Uses of BigDecimalSpec in org.instancio.generators
Methods in org.instancio.generators that return BigDecimalSpec