Uses of Interface
javax.money.CurrencySupplier
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.convert |
Defines the monetary currency conversion API.
|
-
Uses of CurrencySupplier in javax.money
Subinterfaces of CurrencySupplier in javax.money Modifier and Type Interface Description interfaceMonetaryAmountInterface defining a monetary amount.Classes in javax.money that implement CurrencySupplier Modifier and Type Class Description classRoundingContextThis class models the spec/configuration for a rounding, modeled asMonetaryRoundingin a platform independent way.classRoundingQueryQuery for accessing instances ofMonetaryRounding. -
Uses of CurrencySupplier in javax.money.convert
Subinterfaces of CurrencySupplier in javax.money.convert Modifier and Type Interface Description interfaceCurrencyConversionThis interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.interfaceExchangeRateThis 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 Modifier and Type Class Description classConversionQueryQuery for accessingCurrencyConversioninstances.