Uses of Interface
org.apache.commons.text.FormatFactory
Packages that use FormatFactory
-
Uses of FormatFactory in org.apache.commons.text
Fields in org.apache.commons.text with type parameters of type FormatFactoryModifier and TypeFieldDescriptionprivate final Map
<String, ? extends FormatFactory> ExtendedMessageFormat.registry
Our registry of FormatFactory.Constructor parameters in org.apache.commons.text with type arguments of type FormatFactoryModifierConstructorDescriptionExtendedMessageFormat
(String pattern, Locale locale, Map<String, ? extends FormatFactory> registry) Constructs a new ExtendedMessageFormat.ExtendedMessageFormat
(String pattern, Map<String, ? extends FormatFactory> registry) Constructs a new ExtendedMessageFormat for the default locale.