public final class JsonWriter extends Object implements Appendable
Modifier and Type | Field and Description |
---|---|
protected static char |
BACKSLASH |
protected static char |
DOUBLE_QUOTE |
Modifier | Constructor and Description |
---|---|
protected |
JsonWriter(Appendable writer) |
Modifier and Type | Method and Description |
---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
Appendable |
original() |
protected static final char BACKSLASH
protected static final char DOUBLE_QUOTE
protected JsonWriter(@Nonnull Appendable writer)
public Appendable append(CharSequence csq) throws IOException
append
in interface Appendable
IOException
public Appendable append(@Nonnull CharSequence csq, int start, int end) throws IOException
append
in interface Appendable
IOException
public Appendable append(char c) throws IOException
append
in interface Appendable
IOException
@Nonnull public Appendable original()
Copyright 2019-2022, Pavel Ponec