Package | Description |
---|---|
org.javamoney.moneta.convert.internal |
Contains
ExchangeRateProvider implementations. |
org.javamoney.moneta.spi |
Defines common base classes used for implementing SPIs and the
LoaderService . |
Modifier and Type | Class and Description |
---|---|
class |
EZBCurrentRateProvider
This class implements an
ExchangeRateProviderSpi that loads data from
the European Central Bank data feed (XML). |
class |
EZBHistoric90RateProvider
This class implements an
ExchangeRateProviderSpi that loads data from
the European Central Bank data feed (XML). |
class |
EZBHistoricRateProvider
This class implements an
ExchangeRateProviderSpi that loads data from
the European Central Bank data feed (XML). |
class |
IMFRateProvider
Implements a
ExchangeRateProvider that loads the IMF conversion data. |
Modifier and Type | Class and Description |
---|---|
class |
CompoundRateProvider
This class implements a
ExchangeRateProvider that delegates calls to
a collection of child ExchangeRateProvider instance. |