class JsonReaderFactoryImpl extends AbstractJsonFactory implements javax.json.JsonReaderFactory
| Modifier and Type | Field and Description | 
|---|---|
| private JsonParserFactoryImpl | parserFactory | 
| (package private) static Collection<String> | SUPPORTED_CONFIG_KEYS | 
BUFFER_STRATEGY, DEFAULT_BUFFER_STRATEGY, internalConfig, logger| Constructor and Description | 
|---|
| JsonReaderFactoryImpl(Map<String,?> config) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.json.JsonReader | createReader(InputStream in) | 
| javax.json.JsonReader | createReader(InputStream in,
            Charset charset) | 
| javax.json.JsonReader | createReader(Reader reader) | 
| Map<String,?> | getConfigInUse() | 
getBool, getBufferProvider, getIntstatic final Collection<String> SUPPORTED_CONFIG_KEYS
private final JsonParserFactoryImpl parserFactory
public javax.json.JsonReader createReader(Reader reader)
createReader in interface javax.json.JsonReaderFactorypublic javax.json.JsonReader createReader(InputStream in)
createReader in interface javax.json.JsonReaderFactorypublic javax.json.JsonReader createReader(InputStream in, Charset charset)
createReader in interface javax.json.JsonReaderFactoryCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.