Interface NlsMessageFormatter

    • Method Detail

      • format

        void format​(Void nothing,
                    Locale locale,
                    NlsArguments arguments,
                    Appendable buffer)
        This method formats the underlying pattern by filling in the given arguments and writing the result into the given buffer. This method formats the given object according to the given locale.
        Specified by:
        format in interface NlsFormatter<Void>
        Parameters:
        nothing - has to be null. Only for generic compatibility.
        locale - is the locale used for localized formatting.
        arguments - is the Map of arguments.
        buffer - is where to append the formatted object.