Package com.commercetools.money
Interface MonetaryProvider
- All Known Implementing Classes:
BigDecimalMoneyProvider,FastMoneyProvider
public interface MonetaryProvider
-
Method Summary
Modifier and TypeMethodDescriptionjavax.money.MonetaryAmountasMonetaryAmount(double amount, javax.money.CurrencyUnit currencyCode) javax.money.MonetaryAmountasMonetaryAmount(long amount, long fractionDigits, String currencyCode) javax.money.MonetaryAmountasMonetaryAmount(long amount, long fractionDigits, javax.money.CurrencyUnit currencyCode) javax.money.MonetaryAmountasMonetaryAmount(BigDecimal amount, javax.money.CurrencyUnit currencyCode)
-
Method Details
-
asMonetaryAmount
-
asMonetaryAmount
javax.money.MonetaryAmount asMonetaryAmount(long amount, long fractionDigits, javax.money.CurrencyUnit currencyCode) -
asMonetaryAmount
javax.money.MonetaryAmount asMonetaryAmount(double amount, javax.money.CurrencyUnit currencyCode) -
asMonetaryAmount
javax.money.MonetaryAmount asMonetaryAmount(BigDecimal amount, javax.money.CurrencyUnit currencyCode)
-