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 interface
MonetaryAmount
Interface defining a monetary amount.Classes in javax.money that implement CurrencySupplier Modifier and Type Class Description class
RoundingContext
This class models the spec/configuration for a rounding, modeled asMonetaryRounding
in a platform independent way.class
RoundingQuery
Query for accessing instances ofMonetaryRounding
. -
Uses of CurrencySupplier in javax.money.convert
Subinterfaces of CurrencySupplier in javax.money.convert Modifier and Type Interface Description interface
CurrencyConversion
This interface defines aCurrencyConversion
that is converting aMonetaryAmount
to anotherMonetaryAmount
with a different targetCurrencyUnit
.interface
ExchangeRate
This 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 class
ConversionQuery
Query for accessingCurrencyConversion
instances.