Package org.instancio.generators
Class MathGenerators
java.lang.Object
org.instancio.generators.MathGenerators
Contains built-in generators for
java.math classes.-
Method Summary
Modifier and TypeMethodDescriptionCustomises generatedBigDecimalvalues.Customises generatedBigIntegervalues.
-
Method Details
-
bigInteger
Customises generatedBigIntegervalues.- Returns:
- customised generator
-
bigDecimal
Customises generatedBigDecimalvalues.The spec provides two options for customising generated values:
- Using the
min(BigDecimal),max(BigDecimal}, orrange(BigDecimal, BigDecimal)methods - Using the
precision(int)method
See
BigDecimalGeneratorSpec.precision(int)for details.- Returns:
- customised generator
- Using the
-