public final class EscapeJsonStringAppendableWrapper extends Object implements Appendable
| Constructor and Description |
|---|
EscapeJsonStringAppendableWrapper(Appendable wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence pcsq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
String |
toString() |
public EscapeJsonStringAppendableWrapper(Appendable wrapped)
public Appendable append(@Nullable CharSequence pcsq) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © 2018 SPF4J. All rights reserved.