class JsonWriterFactoryImpl extends AbstractJsonFactory implements javax.json.JsonWriterFactory
| Modifier and Type | Field and Description | 
|---|---|
| private javax.json.stream.JsonGeneratorFactory | factory | 
| (package private) static Collection<String> | SUPPORTED_CONFIG_KEYS | 
| private static Charset | UTF8_CHARSET | 
BUFFER_STRATEGY, DEFAULT_BUFFER_STRATEGY, internalConfig| Constructor and Description | 
|---|
| JsonWriterFactoryImpl(Map<String,?> config) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.json.JsonWriter | createWriter(OutputStream out) | 
| javax.json.JsonWriter | createWriter(OutputStream out,
            Charset charset) | 
| javax.json.JsonWriter | createWriter(Writer writer) | 
| Map<String,?> | getConfigInUse() | 
getBool, getBufferProvider, getIntprivate static final Charset UTF8_CHARSET
static final Collection<String> SUPPORTED_CONFIG_KEYS
private final javax.json.stream.JsonGeneratorFactory factory
public javax.json.JsonWriter createWriter(Writer writer)
createWriter in interface javax.json.JsonWriterFactorypublic javax.json.JsonWriter createWriter(OutputStream out)
createWriter in interface javax.json.JsonWriterFactorypublic javax.json.JsonWriter createWriter(OutputStream out, Charset charset)
createWriter in interface javax.json.JsonWriterFactoryCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.