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