Uses of Interface
org.instancio.generator.specs.BigDecimalGeneratorSpec
Packages that use BigDecimalGeneratorSpec
-
Uses of BigDecimalGeneratorSpec in org.instancio.generator.specs
Subinterfaces of BigDecimalGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceGenerator spec forBigDecimalvalues that supportsAsGeneratorSpec.interfaceSpec for generatingBigDecimalvalues.Methods in org.instancio.generator.specs that return BigDecimalGeneratorSpecModifier and TypeMethodDescriptionBigDecimalGeneratorSpec.max(BigDecimal max) Specifies the upper bound.BigDecimalGeneratorSpec.min(BigDecimal min) Specifies the lower bound.BigDecimalGeneratorSpec.nullable()BigDecimalGeneratorSpec.precision(int precision) Precision of the generatedBigDecimal.BigDecimalGeneratorSpec.range(BigDecimal min, BigDecimal max) Specifies the range for generated numbers.BigDecimalGeneratorSpec.scale(int scale) Scale of the generatedBigDecimal.