public final class JsonWriteableAppender extends Object implements ObjectAppender<JsonWriteable>
TOSTRING_APPENDER| Constructor and Description |
|---|
JsonWriteableAppender() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(JsonWriteable object,
Appendable appendTo)
Write an Object to a char stream.
|
MimeType |
getAppendedType()
the MimeType of the format used to write the Object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptandThenpublic void append(JsonWriteable object, Appendable appendTo) throws IOException
ObjectAppenderappend in interface ObjectAppender<JsonWriteable>IOExceptionpublic MimeType getAppendedType()
ObjectAppendergetAppendedType in interface ObjectAppender<JsonWriteable>Copyright © 2018 SPF4J. All rights reserved.