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.BuilderMessageFormatter. builder()Creates a builder.MessageFormatter.BuilderMessageFormatter.Builder. setBidiIsolation(MessageFormatter.BidiIsolation bidiIsolation)Sets theMessageFormatter.BidiIsolationto introduce bidi control characters / tags as described in the MessageFormat 2 specification.MessageFormatter.BuilderMessageFormatter.Builder. setDataModel(MFDataModel.Message dataModel)Deprecated.This API is for technology preview only.MessageFormatter.BuilderMessageFormatter.Builder. setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior)Sets theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors at formatting time.MessageFormatter.BuilderMessageFormatter.Builder. setFunctionRegistry(MFFunctionRegistry functionRegistry)Deprecated.This API is for technology preview only.MessageFormatter.BuilderMessageFormatter.Builder. setLocale(Locale locale)Sets the locale to use for all formatting and selection operations.MessageFormatter.BuilderMessageFormatter.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).
-