private static class FormatterProvider.FormatFormatter extends AbstractFormatter<Object>
Constructor and Description |
---|
FormatFormatter(Format format)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doFormat(Object value,
Appendable buffer) |
format, format, formatNull
private final Format format
protected void doFormat(Object value, Appendable buffer) throws IOException
doFormat
in class AbstractFormatter<Object>
value
- is the value to format (not null
).buffer
- is the Appendable
to append
the formatted value to.IOException
- if caused by append
.AbstractFormatter.format(Object, Appendable)
Copyright © 2001–2016 mmm-Team. All rights reserved.