Interface MonetaryProvider

All Known Implementing Classes:
BigDecimalMoneyProvider, FastMoneyProvider

public interface MonetaryProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.money.MonetaryAmount
    asMonetaryAmount(double amount, javax.money.CurrencyUnit currencyCode)
     
    javax.money.MonetaryAmount
    asMonetaryAmount(long amount, long fractionDigits, String currencyCode)
     
    javax.money.MonetaryAmount
    asMonetaryAmount(long amount, long fractionDigits, javax.money.CurrencyUnit currencyCode)
     
    javax.money.MonetaryAmount
    asMonetaryAmount(BigDecimal amount, javax.money.CurrencyUnit currencyCode)
     
  • Method Details

    • asMonetaryAmount

      javax.money.MonetaryAmount asMonetaryAmount(long amount, long fractionDigits, String currencyCode)
    • 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)