| Modifier and Type | Method and Description |
|---|---|
static JsonAppendableWriter |
JsonWriter.on(Appendable appendable)
Creates a
JsonAppendableWriter that can output to an
Appendable subclass, such as a StringBuilder, a
Writer a PrintStream or a CharBuffer. |
JsonAppendableWriter |
JsonWriter.JsonWriterContext.on(Appendable appendable)
Creates a
JsonAppendableWriter that can output to an
Appendable subclass, such as a StringBuilder, a
Writer a PrintStream or a CharBuffer. |
static JsonAppendableWriter |
JsonWriter.on(OutputStream out)
Creates a
JsonAppendableWriter that can output to an OutputStream subclass. |
JsonAppendableWriter |
JsonWriter.JsonWriterContext.on(OutputStream out)
Creates a
JsonAppendableWriter that can output to an OutputStream subclass. |
static JsonAppendableWriter |
JsonWriter.on(PrintStream appendable)
Creates a
JsonAppendableWriter that can output to an PrintStream subclass. |
JsonAppendableWriter |
JsonWriter.JsonWriterContext.on(PrintStream appendable)
Creates a
JsonAppendableWriter that can output to an PrintStream subclass. |
Copyright © 2020. All rights reserved.