public final class JsonWriter extends Object implements Appendable
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(@NotNull CharSequence csq,
int start,
int end) |
@NotNull Appendable |
original() |
public Appendable append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(@NotNull @NotNull CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOException@NotNull public @NotNull Appendable original()
Copyright 2015, Pavel Ponec