Package | Description |
---|---|
org.javamoney.moneta.internal.convert |
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 |
ECBCurrentRateProvider
This class implements an
ExchangeRateProvider that loads data from
the European Central Bank data feed (XML). |
class |
ECBHistoric90RateProvider
This class implements an
ExchangeRateProvider
that loads data from the European Central Bank data feed (XML). |
class |
ECBHistoricRateProvider
This class implements an
ExchangeRateProvider
that loads data from the European Central Bank data feed (XML). |
class |
IdentityRateProvider
This class implements an
ExchangeRateProvider that provides exchange rate with factor
one for identical base/term currencies. |
class |
IMFRateProvider
Implements a
ExchangeRateProvider that loads the IMF conversion data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRateProvider
Abstract base class for
ExchangeRateProvider implementations. |
class |
CompoundRateProvider
This class implements a
ExchangeRateProvider that delegates calls to
a collection of child ExchangeRateProvider instance. |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.