Uses of Class
javax.money.CurrencyQuery
Packages that use CurrencyQuery
Package
Description
Main package of the Money and Currency API.
SPI interfaces of the Money and Currency API, including bootstrap logic.
-
Uses of CurrencyQuery in javax.money
Methods in javax.money that return CurrencyQueryModifier and TypeMethodDescriptionCurrencyQueryBuilder.build()Creates a new instance ofCurrencyQuery.Methods in javax.money with parameters of type CurrencyQueryModifier and TypeMethodDescriptionDefaultMonetaryCurrenciesSingletonSpi.getCurrencies(CurrencyQuery query) static Collection<CurrencyUnit> Monetary.getCurrencies(CurrencyQuery query) Query all currencies matching the given query.static CurrencyUnitMonetary.getCurrency(CurrencyQuery query) Query all currencies matching the given query.static CurrencyQueryBuilderCurrencyQueryBuilder.of(CurrencyQuery currencyQuery) Creates a new instance ofCurrencyQueryBuilder.Constructors in javax.money with parameters of type CurrencyQueryModifierConstructorDescriptionprivateCurrencyQueryBuilder(CurrencyQuery currencyQuery) Creates a new instance ofCurrencyQueryBuilder. -
Uses of CurrencyQuery in javax.money.spi
Methods in javax.money.spi with parameters of type CurrencyQueryModifier and TypeMethodDescriptionCurrencyProviderSpi.getCurrencies(CurrencyQuery query) Return aCurrencyUnitinstances matching the givenCurrencyContext.MonetaryCurrenciesSingletonSpi.getCurrencies(CurrencyQuery query) Access all currencies matching the given query.default CurrencyUnitMonetaryCurrenciesSingletonSpi.getCurrency(CurrencyQuery query) Access a single currency by query.default booleanCurrencyProviderSpi.isCurrencyAvailable(CurrencyQuery query) Checks if aCurrencyUnitinstances matching the givenCurrencyContextis available from this provider.