Interface AmountConverter
- All Known Implementing Classes:
DecimalNumberAmountConverter, DecimalStringAmountConverter, MinorCurrencyUnitAmountConverter
interface AmountConverter
Common interface for amount conversion strategies used by
Money (de)serializer.
Allows conversion of Money to implementation-specific representation of its amount,
and back to Money.-
Method Summary
Modifier and TypeMethodDescriptionfromMoney(org.joda.money.Money money) org.joda.money.MoneytoMoney(org.joda.money.CurrencyUnit currencyUnit, BigDecimal amount)
-
Method Details
-
fromMoney
-
toMoney
-