- All Known Implementing Classes:
DefaultMessageArgConverter,IcuJavaMoneyMessageArgConverter,IcuMessageArgConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts message arguments from a type that is used in the application to a type that can be
handled by the used message format.
-
Method Summary
-
Method Details
-
convert
Converts message arguments from a type that is used in the application to a type that can be handled by the used message format.- Parameters:
value- the original valuelocale- the locale used for conversiontimeZone- the time zone used for conversion- Returns:
- the converted value
-