Class CurrencyConverter
java.lang.Object
com.github.joschi.jadconfig.converters.CurrencyConverter
Converter for type
Currency- Author:
- jschalanda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrencyConverter
public CurrencyConverter()
-
-
Method Details
-
convertFrom
- Specified by:
convertFromin interfaceConverter<Currency>- Parameters:
value- The configuration parameter'sStringvalue- Returns:
- A
Currencyinstance representing the configuration parameter's value - See Also:
-
convertTo
Returns aStringinstance representing the ISO 4217 code of the configuration parameter's value.
-