Uses of Class
com.grack.nanojson.JsonAppendableWriter
-
Uses of JsonAppendableWriter in com.grack.nanojson
Subclasses with type arguments of type JsonAppendableWriter in com.grack.nanojsonClasses in com.grack.nanojson that implement interfaces with type arguments of type JsonAppendableWriterMethods in com.grack.nanojson that return JsonAppendableWriterModifier and TypeMethodDescriptionJsonWriter.JsonWriterContext.on(OutputStream out) Creates aJsonAppendableWriterthat can output to anOutputStreamsubclass.JsonWriter.JsonWriterContext.on(PrintStream appendable) Creates aJsonAppendableWriterthat can output to anPrintStreamsubclass.JsonWriter.JsonWriterContext.on(Appendable appendable) Creates aJsonAppendableWriterthat can output to anAppendablesubclass, such as aStringBuilder, aWriteraPrintStreamor aCharBuffer.static JsonAppendableWriterJsonWriter.on(OutputStream out) Creates aJsonAppendableWriterthat can output to anOutputStreamsubclass.static JsonAppendableWriterJsonWriter.on(PrintStream appendable) Creates aJsonAppendableWriterthat can output to anPrintStreamsubclass.static JsonAppendableWriterJsonWriter.on(Appendable appendable) Creates aJsonAppendableWriterthat can output to anAppendablesubclass, such as aStringBuilder, aWriteraPrintStreamor aCharBuffer.