public abstract class FormattingMessageSupport extends MessageSupport
| Modifier and Type | Class and Description |
|---|---|
protected class |
FormattingMessageSupport.FormatterProducer |
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Locale |
DEFAULT_LOCALE |
| Constructor and Description |
|---|
FormattingMessageSupport(FormatterFactory<?> formatterFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
format(java.lang.Object value,
java.io.Writer to) |
protected Formatter |
formatter() |
equals, format, format, format, formatInternal, hashCode, toStringpublic FormattingMessageSupport(@Nullable
FormatterFactory<?> formatterFactory)
public void format(@Nullable
java.lang.Object value,
@Nonnull
java.io.Writer to)
throws java.io.IOException
java.io.IOException@Nonnull protected Formatter formatter()
Copyright © 2015 echocat. All Rights Reserved.