public abstract class AbstractJsonFactory extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BUFFER_STRATEGY |
static BufferStrategy |
DEFAULT_BUFFER_STRATEGY |
static String |
ENCODING |
protected Map<String,Object> |
internalConfig |
Modifier | Constructor and Description |
---|---|
protected |
AbstractJsonFactory(Map<String,?> config,
Collection<String> supportedConfigKeys,
Collection<String> defaultSupportedConfigKeys) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
getBool(String key,
boolean defaultValue) |
protected BufferStrategy |
getBufferProvider() |
protected int |
getInt(String key,
int defaultValue) |
protected String |
getString(String key,
String defaultValue) |
public static final String ENCODING
public static final String BUFFER_STRATEGY
public static final BufferStrategy DEFAULT_BUFFER_STRATEGY
protected AbstractJsonFactory(Map<String,?> config, Collection<String> supportedConfigKeys, Collection<String> defaultSupportedConfigKeys)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.