Uses of Interface
javax.money.CurrencySupplier
Packages that use CurrencySupplier
Package
Description
Main package of the Money and Currency API.
Defines the monetary currency conversion API.
-
Uses of CurrencySupplier in javax.money
Subinterfaces of CurrencySupplier in javax.moneyModifier and TypeInterfaceDescriptioninterfaceInterface defining a monetary amount.Classes in javax.money that implement CurrencySupplierModifier and TypeClassDescriptionfinal classThis class models the spec/configuration for a rounding, modeled asMonetaryRoundingin a platform independent way.final classQuery for accessing instances ofMonetaryRounding. -
Uses of CurrencySupplier in javax.money.convert
Subinterfaces of CurrencySupplier in javax.money.convertModifier and TypeInterfaceDescriptioninterfaceThis interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.interfaceThis class models an exchange rate, which defines the factor the numeric value of a base amount in some currency 'A' must be multiplied to get the corresponding amount in the terminating currency 'B'.Classes in javax.money.convert that implement CurrencySupplier