public class JsonConfigReader extends BaseConfigReader<java.lang.Object>
| Constructor and Description |
|---|
JsonConfigReader(org.json.simple.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConfigValue> |
getConfigValues()
Configuration collection from configuration file.
|
parseConfigType, toConfigKeypublic java.util.Collection<ConfigValue> getConfigValues()
ConfigReader