Uses of Interface
javax.money.format.MonetaryAmountFormat
| Package | Description | 
|---|---|
| javax.money.format | Money and Currency format API. | 
| javax.money.spi | SPI interfaces of the Money and Currency API, including bootstrap logic. | 
- 
Uses of MonetaryAmountFormat in javax.money.formatMethods in javax.money.format that return MonetaryAmountFormat Modifier and Type Method Description static MonetaryAmountFormatMonetaryFormats. getAmountFormat(java.lang.String formatName, java.lang.String... providers)Access the aMonetaryAmountFormatgiven its styleId.static MonetaryAmountFormatMonetaryFormats. getAmountFormat(java.util.Locale locale, java.lang.String... providers)Access the defaultMonetaryAmountFormatgiven aLocale.static MonetaryAmountFormatMonetaryFormats. getAmountFormat(AmountFormatQuery formatQuery)Access the defaultMonetaryAmountFormatgiven aLocale.Methods in javax.money.format that return types with arguments of type MonetaryAmountFormat Modifier and Type Method Description java.util.Collection<MonetaryAmountFormat>MonetaryFormats.DefaultMonetaryFormatsSingletonSpi. getAmountFormats(AmountFormatQuery formatQuery)Access anMonetaryAmountFormatgiven a.AmountFormatContext.static java.util.Collection<MonetaryAmountFormat>MonetaryFormats. getAmountFormats(AmountFormatQuery formatQuery)Access allMonetaryAmountFormatinstances that match the given aAmountFormatQuery.
- 
Uses of MonetaryAmountFormat in javax.money.spiMethods in javax.money.spi that return MonetaryAmountFormat Modifier and Type Method Description default MonetaryAmountFormatMonetaryFormatsSingletonSpi. getAmountFormat(java.lang.String formatName, java.lang.String... providers)Access the defaultMonetaryAmountFormatgiven aLocale.default MonetaryAmountFormatMonetaryFormatsSingletonSpi. getAmountFormat(java.util.Locale locale, java.lang.String... providers)Access the defaultMonetaryAmountFormatgiven aLocale.default MonetaryAmountFormatMonetaryFormatsSingletonSpi. getAmountFormat(AmountFormatQuery formatQuery)Access anMonetaryAmountFormatgiven a.AmountFormatQuery.Methods in javax.money.spi that return types with arguments of type MonetaryAmountFormat Modifier and Type Method Description java.util.Collection<MonetaryAmountFormat>MonetaryAmountFormatProviderSpi. getAmountFormats(AmountFormatQuery formatQuery)Create a newMonetaryAmountFormatfor the given input.java.util.Collection<MonetaryAmountFormat>MonetaryFormatsSingletonSpi. getAmountFormats(AmountFormatQuery formatQuery)Access allMonetaryAmountFormatinstances matching the given.AmountFormatQuery.