class JsonReaderFactoryImpl extends Object implements javax.json.JsonReaderFactory, Serializable
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
internalConfig |
private JsonParserFactoryImpl |
parserFactory |
private static String[] |
SUPPORTED_CONFIG_KEYS |
| 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() |
private static final 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 The Apache Software Foundation. All rights reserved.