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