public interface FormatterFactory<F extends Formatter>
| Modifier and Type | Method and Description |
|---|---|
F |
createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
java.lang.String |
getId() |
@Nonnull java.lang.String getId()
@Nonnull F createBy(@Nullable java.util.Locale locale, @Nullable java.lang.String pattern, @Nonnull FormatterFactory<?> root)
Copyright © 2015 echocat. All Rights Reserved.