Uses of Class
com.ibm.icu.message2.MessageFormatter.Builder
-
Packages that use MessageFormatter.Builder Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MessageFormatter.Builder in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return MessageFormatter.Builder Modifier and Type Method Description static MessageFormatter.Builder
MessageFormatter. builder()
Creates a builder.MessageFormatter.Builder
MessageFormatter.Builder. setBidiIsolation(MessageFormatter.BidiIsolation bidiIsolation)
Sets theMessageFormatter.BidiIsolation
to introduce bidi control characters / tags as described in the MessageFormat 2 specification.MessageFormatter.Builder
MessageFormatter.Builder. setDataModel(MFDataModel.Message dataModel)
Deprecated.This API is for technology preview only.MessageFormatter.Builder
MessageFormatter.Builder. setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior)
Sets theMessageFormatter.ErrorHandlingBehavior
to use when encountering errors at formatting time.MessageFormatter.Builder
MessageFormatter.Builder. setFunctionRegistry(MFFunctionRegistry functionRegistry)
Deprecated.This API is for technology preview only.MessageFormatter.Builder
MessageFormatter.Builder. setLocale(Locale locale)
Sets the locale to use for all formatting and selection operations.MessageFormatter.Builder
MessageFormatter.Builder. setPattern(String pattern)
Sets the pattern (in MessageFormat 2 syntax) used to create the message.
It conflicts with the data model, so it will reset it (the last call on setter wins).
-