protected class EnumEnumDefinition.EnumDefaultFormatter extends AbstractFormatter<TYPE>
Constructor and Description |
---|
EnumDefaultFormatter()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doFormat(TYPE enumValue,
Appendable buffer) |
format, format, formatNull
protected void doFormat(TYPE enumValue, Appendable buffer) throws IOException
doFormat
in class AbstractFormatter<TYPE extends Enum<TYPE>>
enumValue
- 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.