| Package | Description |
|---|---|
| org.javamoney.moneta |
Contains public core implementation artifacts, e.g.
|
| org.javamoney.moneta.spi |
Defines common base classes used for implementing SPIs and the
LoaderService. |
| Class and Description |
|---|
| CurrencyUnitBuilder
Builder for constructing new instances of
BuildableCurrencyUnit using a fluent
API. |
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–2020 JavaMoney. All rights reserved.