Uses of Class
com.ibm.icu.message2.MessageFormatter.Builder
Packages that use MessageFormatter.Builder
-
Uses of MessageFormatter.Builder in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return MessageFormatter.BuilderModifier and TypeMethodDescriptionstatic MessageFormatter.BuilderMessageFormatter.builder()Creates a builder.MessageFormatter.Builder.setBidiIsolation(MessageFormatter.BidiIsolation bidiIsolation) Sets theMessageFormatter.BidiIsolationto introduce bidi control characters / tags as described in the MessageFormat 2 specification.MessageFormatter.Builder.setDataModel(MFDataModel.Message dataModel) Deprecated.This API is for technology preview only.MessageFormatter.Builder.setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior) Sets theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors at formatting time.MessageFormatter.Builder.setFunctionRegistry(MFFunctionRegistry functionRegistry) Deprecated.This API is for technology preview only.Sets the locale to use for all formatting and selection operations.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).Constructors in com.ibm.icu.message2 with parameters of type MessageFormatter.Builder