Class MoneyPrintContext


  • public final class MoneyPrintContext
    extends Object
    Context used when printing money.

    This class is mutable and intended for use by a single thread. A new instance is created for each parse.

    • Method Detail

      • getLocale

        public Locale getLocale()
        Gets the locale.
        Returns:
        the locale, never null
      • setLocale

        public void setLocale​(Locale locale)
        Sets the locale.
        Parameters:
        locale - the locale, not null