@Service public class CurrencyServiceImpl extends Object implements CurrencyService
| Constructor and Description |
|---|
CurrencyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<Currency> |
getSupportedCurrencies() |
boolean |
isCurrencyValid(Currency currency) |
public Set<Currency> getSupportedCurrencies()
getSupportedCurrencies in interface CurrencyServicepublic boolean isCurrencyValid(Currency currency)
isCurrencyValid in interface CurrencyServiceCopyright © 2020. All rights reserved.