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