| Package | Description |
|---|---|
| org.javamoney.moneta |
Contains public core implementation artifacts, e.g. implementations of
MonetaryAmount. |
| org.javamoney.moneta.function |
Contains additional functional extensions.
|
| Modifier and Type | Method and Description |
|---|---|
MonetaryRoundedFactory |
MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithScaleBuilder.build()
Make the
MonetaryRoundedFactory using the ScaleRoundedOperator as rounding operator. |
MonetaryRoundedFactory |
MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilder.build()
Make the
MonetaryRoundedFactory using the PrecisionContextRoundedOperator as rounding operator. |
MonetaryRoundedFactory |
MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder.build()
Make the
MonetaryRoundedFactory using the PrecisionScaleRoundedOperator as rounding operator. |
static MonetaryRoundedFactory |
MonetaryRoundedFactory.of(MathContext mathContext)
Deprecated.
Create the
MonetaryRoundedFactory using the PrecisionContextRoundedOperator as rounding operator. |
static MonetaryRoundedFactory |
MonetaryRoundedFactory.of(javax.money.MonetaryOperator roundingOperator)
Deprecated.
Create the
MonetaryRoundedFactory using a custom MonetaryOperator as rounding operator. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMonetaryRoundedFactory
Deprecated.
Do not use, access is only provided for backward compatibility and will be removed.
|
Copyright © 2012-2016 JavaMoney. All Rights Reserved.