Uses of Class
com.caplin.motif.fx.config.definitions.Currencies
-
Packages that use Currencies Package Description com.caplin.motif.fx.config.definitions -
-
Uses of Currencies in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return Currencies Modifier and Type Method Description Currencies
Currencies. overrides(CurrenciesOverrides overrides)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type Currencies Modifier and Type Method Description @Valid Map<String,Currencies>
Config. getCurrencies()
Get currenciesMethods in com.caplin.motif.fx.config.definitions with parameters of type Currencies Modifier and Type Method Description Config
Config. putCurrenciesItem(String key, Currencies currenciesItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type Currencies Modifier and Type Method Description Config
Config. currencies(Map<String,Currencies> currencies)
void
Config. setCurrencies(Map<String,Currencies> currencies)
-