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