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, wait
accept
andThen
public void append(JsonWriteable object, Appendable appendTo) throws IOException
ObjectAppender
append
in interface ObjectAppender<JsonWriteable>
IOException
public MimeType getAppendedType()
ObjectAppender
getAppendedType
in interface ObjectAppender<JsonWriteable>
Copyright © 2018 SPF4J. All rights reserved.