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