Uses of Class
com.ibm.icu.message2.FormattedPlaceholder
-
Packages that use FormattedPlaceholder Package Description com.ibm.icu.message2 -
-
Uses of FormattedPlaceholder in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return FormattedPlaceholder Modifier and Type Method Description FormattedPlaceholder
DateTimeFormatterFactory.DateTimeFormatter. format(java.lang.Object toFormat, java.util.Map<java.lang.String,java.lang.Object> variableOptions)
A method that takes the object to format and returns the i18n-aware formatted placeholder.FormattedPlaceholder
Formatter. format(java.lang.Object toFormat, java.util.Map<java.lang.String,java.lang.Object> variableOptions)
Deprecated.This API is for technology preview only.FormattedPlaceholder
IdentityFormatterFactory.IdentityFormatterImpl. format(java.lang.Object toFormat, java.util.Map<java.lang.String,java.lang.Object> variableOptions)
A method that takes the object to format and returns the i18n-aware formatted placeholder.FormattedPlaceholder
NumberFormatterFactory.NumberFormatterImpl. format(java.lang.Object toFormat, java.util.Map<java.lang.String,java.lang.Object> variableOptions)
A method that takes the object to format and returns the i18n-aware formatted placeholder.private FormattedPlaceholder
MFDataModelFormatter. formatExpression(MFDataModel.Expression expression, java.util.Map<java.lang.String,java.lang.Object> variables, java.util.Map<java.lang.String,java.lang.Object> arguments)
Formats an expression.
-