Uses of Interface
javax.money.format.MonetaryAmountFormat
Packages that use MonetaryAmountFormat
Package
Description
Money and Currency format API.
SPI interfaces of the Money and Currency API, including bootstrap logic.
-
Uses of MonetaryAmountFormat in javax.money.format
Methods in javax.money.format that return MonetaryAmountFormatModifier and TypeMethodDescriptionstatic MonetaryAmountFormatMonetaryFormats.getAmountFormat(String formatName, String... providers) Access the aMonetaryAmountFormatgiven its styleId.static MonetaryAmountFormatMonetaryFormats.getAmountFormat(Locale locale, 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 MonetaryAmountFormatModifier and TypeMethodDescriptionMonetaryFormats.DefaultMonetaryFormatsSingletonSpi.getAmountFormats(AmountFormatQuery formatQuery) Access anMonetaryAmountFormatgiven a.AmountFormatContext.static Collection<MonetaryAmountFormat> MonetaryFormats.getAmountFormats(AmountFormatQuery formatQuery) Access allMonetaryAmountFormatinstances that match the given aAmountFormatQuery. -
Uses of MonetaryAmountFormat in javax.money.spi
Methods in javax.money.spi that return MonetaryAmountFormatModifier and TypeMethodDescriptiondefault MonetaryAmountFormatMonetaryFormatsSingletonSpi.getAmountFormat(String formatName, String... providers) Access the defaultMonetaryAmountFormatgiven aLocale.default MonetaryAmountFormatMonetaryFormatsSingletonSpi.getAmountFormat(Locale locale, 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 MonetaryAmountFormatModifier and TypeMethodDescriptionMonetaryAmountFormatProviderSpi.getAmountFormats(AmountFormatQuery formatQuery) Create a newMonetaryAmountFormatfor the given input.MonetaryFormatsSingletonSpi.getAmountFormats(AmountFormatQuery formatQuery) Access allMonetaryAmountFormatinstances matching the given.AmountFormatQuery.