public class JavaTextMessageFormatFormatter extends AbstractMessageFormatter
MessageFormat
.ADDITIONAL_STRING_BUILDER_CAPACITY
Constructor and Description |
---|
JavaTextMessageFormatFormatter(Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
format(String message,
Object[] arguments)
Formats a text message.
|
resolve, resolve
public JavaTextMessageFormatFormatter(Locale locale)
locale
- Locale for formatting numbers and datespublic String format(String message, Object[] arguments)
MessageFormatter
message
- Text message with placeholdersarguments
- Replacements for placeholdersCopyright © 2024. All rights reserved.