MonetaryAmount.See: Description
| Interface | Description |
|---|---|
| MonetaryRoundedFactory | Deprecated
Moved to function package.
|
| Class | Description |
|---|---|
| CurrencyUnitBuilder |
Builder for constructing new instances of
BuildableCurrencyUnit using a fluent
API. |
| ExchangeRateBuilder | Deprecated
Use org.javamoney.moneta.convert.ExchangeRateBuilder instead
|
| FastMoney |
long based implementation of MonetaryAmount.This class internally uses a
single long number as numeric representation, which basically is interpreted as minor units. |
| MonetaryRoundedFactoryBuilder | Deprecated
Moved to function package.
|
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilder |
Once the
RoundingMode and precision informed, is possible create a MonetaryRoundedFactory
or set the number of scale. |
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder |
Once the
RoundingMode, precision and scale informed, the next step will build a MonetaryRoundedFactory
with all these information. |
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithScaleBuilder |
Once the
RoundingMode and scale informed, is possible create a MonetaryRoundedFactory
or set the number of precision. |
| Money |
Default immutable implementation of
MonetaryAmount based
on BigDecimal as numeric representation. |
| PrecisionContextRoundedOperator | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
| PrecisionScaleRoundedOperator | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
| RoundedMoney |
Platform RI: Default immutable implementation of
MonetaryAmount based on
BigDecimal for the numeric representation. |
| ScaleRoundedOperator | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
| ToStringMonetaryAmountFormat |
class to format and parse a text string such as 'EUR 25.25' or vice versa.
|
| Enum | Description |
|---|---|
| ExchangeRateType | Deprecated
Use org.javamoney.moneta.convert.ExchangeRateType instead
|
| ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle |
indicates with implementation will used to format or parser in
ToStringMonetaryAmountFormat
|
MonetaryAmount.Copyright © 2012-2016 JavaMoney. All Rights Reserved.