Java javax.json JsonWriterFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.json JsonWriterFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.json JsonWriterFactory.

The text is from its open source code.

Method

JsonWritercreateWriter(Writer writer)
Creates a JSON writer to write a JSON JsonObject object or JsonArray array structure to the specified character stream.
JsonWritercreateWriter(OutputStream out)
Creates a JSON writer to write a JSON JsonObject object or JsonArray array structure to the specified byte stream.