public static class MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder extends Object
RoundingMode, precision and scale informed, the next step will build a MonetaryRoundedFactory
with all these information.| Constructor and Description |
|---|
MonetaryRoundedFactoryWithPrecisionScaleBuilder(RoundingMode roundingMode) |
| Modifier and Type | Method and Description |
|---|---|
MonetaryRoundedFactory |
build()
Make the
MonetaryRoundedFactory using the PrecisionScaleRoundedOperator as rounding operator. |
public MonetaryRoundedFactoryWithPrecisionScaleBuilder(RoundingMode roundingMode)
public MonetaryRoundedFactory build()
MonetaryRoundedFactory using the PrecisionScaleRoundedOperator as rounding operator.MonetaryRoundedFactory with PrecisionScaleRoundedOperatorPrecisionContextRoundedOperator,
PrecisionScaleRoundedOperatorCopyright © 2012–2020 JavaMoney. All rights reserved.