@ThreadSafe protected static class NumberFormatter.Factory extends Object implements FormatterFactory<NumberFormatter>
| Modifier | Constructor and Description |
|---|---|
protected |
Factory() |
| Modifier and Type | Method and Description |
|---|---|
NumberFormatter |
createBy(Locale locale,
String pattern,
FormatterFactory<?> root) |
String |
getId() |
@Nonnull public String getId()
getId in interface FormatterFactory<NumberFormatter>@Nonnull public NumberFormatter createBy(@Nullable Locale locale, @Nullable String pattern, @Nonnull FormatterFactory<?> root)
createBy in interface FormatterFactory<NumberFormatter>Copyright © 2023 echocat. All rights reserved.