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