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| 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) | 
| private BufferStrategy.BufferProvider<char[]> | getCharArrayProvider() | 
| 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.JsonReaderFactorypublic Map<String,?> getConfigInUse()
getConfigInUse in interface javax.json.JsonReaderFactoryprivate BufferStrategy.BufferProvider<char[]> getCharArrayProvider()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.