@Deprecated public interface FormatterFactory
MessageFormatter.
We use it to create and cache various formatters with various options.
| Modifier and Type | Method and Description |
|---|---|
Formatter |
createFormatter(Locale locale,
Map<String,Object> fixedOptions)
Deprecated.
This API is for technology preview only.
|
@Deprecated Formatter createFormatter(Locale locale, Map<String,Object> fixedOptions)
locale - the locale to use for formatting.fixedOptions - the options to use for formatting. The keys and values are function dependent.IllegalArgumentExceptionCopyright © 2016 Unicode, Inc. and others.