public class MwsJsonBuilder extends MwsJsonWriter
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(String v)
Append string to the output.
|
protected void |
append(String v,
int start,
int end)
Append chars from a string to the output.
|
String |
toString() |
beginObject, close, endObject, write, write, writeAny, writeAttribute, writeList, writeList, writeValueprotected void append(String v)
MwsJsonWriterappend in class MwsJsonWriterprotected void append(String v, int start, int end)
MwsJsonWriterappend in class MwsJsonWriterCopyright © 2014. All Rights Reserved.