public static class Writers.StringBufferWriter extends Object implements JsonWriter.JsonClassWriter
Constructor and Description |
---|
StringBufferWriter() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasPrimitiveForm() |
void |
write(Object obj,
boolean showType,
Writer output) |
void |
writePrimitiveForm(Object o,
Writer output) |
public void write(Object obj, boolean showType, Writer output) throws IOException
write
in interface JsonWriter.JsonClassWriter
IOException
public boolean hasPrimitiveForm()
hasPrimitiveForm
in interface JsonWriter.JsonClassWriter
public void writePrimitiveForm(Object o, Writer output) throws IOException
writePrimitiveForm
in interface JsonWriter.JsonClassWriter
IOException
Copyright © 2015. All rights reserved.