Module java.money

Class AmountFormatQuery

java.lang.Object
javax.money.AbstractContext
javax.money.AbstractQuery
javax.money.format.AmountFormatQuery
All Implemented Interfaces:
java.io.Serializable

public final class AmountFormatQuery
extends AbstractQuery
Query for accessing instances of MonetaryAmountFormat. In general it is determined by the implementation, what formats are provided. Nevertheless the following queries must be supported:
  • Accessing a format based on a Locale, that is also supported by .DecimalFormat#getAvailableLocales().
All other formats are optional. For further details about supported formats refer to the implementation's documentation.

This class is immutable, thread-safe and serializable.

See Also:
Serialized Form
  • Method Details