Interface MessageArgConverter

    • Method Detail

      • convert

        Object convert​(Object value,
                       Locale locale)
        Converts message arguments from a type that is used in the application to a type that can be handled by the used messsage format.
        Parameters:
        value - the original value
        locale - the locale
        Returns:
        the converted value