Package | Description |
---|---|
org.javamoney.moneta |
Contains public core implementation artifacts, e.g. implementations of
MonetaryAmount . |
org.javamoney.moneta.internal |
Contains internal artifacts implementing
CurrencyProviderSpi ,
MonetaryAmountFactory ,
MonetaryAmountFactoryProviderSpi and RoundingProviderSpi . |
Class and Description |
---|
CurrencyUnitBuilder
Builder for constructing new instances of
BuildableCurrencyUnit using a fluent
API. |
ExchangeRateBuilder
Builder for creating new instances of
ExchangeRate . |
ExchangeRateType
This enum contains all implementation of moneta.
|
FastMoney
long based implementation of MonetaryAmount .This class internally uses a
single long number as numeric representation, which basically is interpreted as minor units. |
Money
Default immutable implementation of
MonetaryAmount based
on BigDecimal as numeric representation. |
RoundedMoney
Platform RI: Default immutable implementation of
MonetaryAmount based on
BigDecimal for the numeric representation. |
Class and Description |
---|
FastMoney
long based implementation of MonetaryAmount .This class internally uses a
single long number as numeric representation, which basically is interpreted as minor units. |
Money
Default immutable implementation of
MonetaryAmount based
on BigDecimal as numeric representation. |
RoundedMoney
Platform RI: Default immutable implementation of
MonetaryAmount based on
BigDecimal for the numeric representation. |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.