Uses of Class
com.ibm.icu.message2.MFFunctionRegistry.Builder
Packages that use MFFunctionRegistry.Builder
-
Uses of MFFunctionRegistry.Builder in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return MFFunctionRegistry.BuilderModifier and TypeMethodDescriptionMFFunctionRegistry.Builder.addAll(MFFunctionRegistry functionRegistry) Deprecated.This API is for technology preview only.static MFFunctionRegistry.BuilderMFFunctionRegistry.builder()Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.clearDefaultFormatterNames()Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.clearFormatters()Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.clearSelectors()Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.removeDefaultFormatterNameForType(Class<?> clazz) Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.removeFormatter(String formatterName) Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.removeSelector(String selectorName) Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.setDefaultFormatterNameForType(Class<?> clazz, String formatterName) Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.setFormatter(String formatterName, FormatterFactory formatterFactory) Deprecated.This API is for technology preview only.MFFunctionRegistry.Builder.setSelector(String selectorName, SelectorFactory selectorFactory) Deprecated.This API is for technology preview only.Constructors in com.ibm.icu.message2 with parameters of type MFFunctionRegistry.BuilderModifierConstructorDescriptionprivateDeprecated.