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