Uses of Interface
com.ibm.icu.message2.FormatterFactory
-
Packages that use FormatterFactory Package Description com.ibm.icu.message2 -
-
Uses of FormatterFactory in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement FormatterFactory Modifier and Type Class Description (package private) class
DateTimeFormatterFactory
Creates aFormatter
doing formatting of date / time, similar to{exp, date}
and{exp, time}
inMessageFormat
.(package private) class
IdentityFormatterFactory
Creates aFormatter
that simply returns the String non-i18n aware representation of an object.(package private) class
NumberFormatterFactory
Fields in com.ibm.icu.message2 with type parameters of type FormatterFactory Modifier and Type Field Description private java.util.Map<java.lang.String,FormatterFactory>
MFFunctionRegistry.Builder. formattersMap
Deprecated.private java.util.Map<java.lang.String,FormatterFactory>
MFFunctionRegistry. formattersMap
Deprecated.Methods in com.ibm.icu.message2 that return FormatterFactory Modifier and Type Method Description FormatterFactory
MFFunctionRegistry. getFormatter(java.lang.String formatterName)
Deprecated.This API is for technology preview only.private FormatterFactory
MFDataModelFormatter. getFormattingFunctionFactoryByName(java.lang.Object toFormat, java.lang.String functionName)
Methods in com.ibm.icu.message2 with parameters of type FormatterFactory Modifier and Type Method Description MFFunctionRegistry.Builder
MFFunctionRegistry.Builder. setFormatter(java.lang.String formatterName, FormatterFactory formatterFactory)
Deprecated.This API is for technology preview only.
-