@Deprecated public interface Formatter
MessageFormatter
.Modifier and Type | Method and Description |
---|---|
FormattedPlaceholder |
format(Object toFormat,
Map<String,Object> variableOptions)
Deprecated.
This API is for technology preview only.
|
String |
formatToString(Object toFormat,
Map<String,Object> variableOptions)
Deprecated.
This API is for technology preview only.
|
@Deprecated String formatToString(Object toFormat, Map<String,Object> variableOptions)
toFormat
- the object to format.variableOptions
- options that are not know at build time.@Deprecated FormattedPlaceholder format(Object toFormat, Map<String,Object> variableOptions)
toFormat
- the object to format.variableOptions
- options that are not know at build time.Copyright © 2016 Unicode, Inc. and others.