@FunctionalInterface public interface ExchangeRateProviderSupplier
ExchangeRateProvider
name that references an implementation. This can be used to let
an enum type implement this interface, so enums values can be passed to MonetaryConversions
for determining the rate providers to be used.Modifier and Type | Method and Description |
---|---|
String |
get()
Get the provider name.
|
String get()
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.