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