Module java.money

Interface MonetaryAmountFormatProviderSpi


  • public interface MonetaryAmountFormatProviderSpi
    SPI (formatting) providing MonetaryAmountFormat instances.
    Author:
    Anatole Tresch
    • Method Detail

      • getProviderName

        default java.lang.String getProviderName()
        Access the provider's name.
        Returns:
        this provider's name, not null.
      • getAvailableLocales

        java.util.Set<java.util.Locale> getAvailableLocales()
        Gets a list with available locales for this format provider.
        Returns:
        list of available locales, never null.
      • getAvailableFormatNames

        java.util.Set<java.lang.String> getAvailableFormatNames()
        Gets a list with available format names for this format provider.
        Returns:
        list of available formats, never null.