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.
Provides generators for
java.math.* types.-
Uses of BigDecimalAsGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return BigDecimalAsGeneratorSpecModifier and TypeMethodDescriptionBigDecimalAsGeneratorSpec.max(BigDecimal max) BigDecimalAsGeneratorSpec.min(BigDecimal min) BigDecimalAsGeneratorSpec.nullable()BigDecimalAsGeneratorSpec.range(BigDecimal min, BigDecimal max) BigDecimalAsGeneratorSpec.scale(int scale) -
Uses of BigDecimalAsGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return BigDecimalAsGeneratorSpecModifier and TypeMethodDescriptionMathGenerators.bigDecimal()Customises generatedBigDecimalvalues. -
Uses of BigDecimalAsGeneratorSpec in org.instancio.internal.generator.math
Classes in org.instancio.internal.generator.math that implement BigDecimalAsGeneratorSpec