public abstract class BaseConfigReader<T> extends java.lang.Object implements ConfigReader
ConfigReader implementation with basis implementation of common methods.| Constructor and Description |
|---|
BaseConfigReader() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigType |
parseConfigType(T value)
Parse config type by generic source type.
|
protected java.lang.String |
toConfigKey(java.lang.String key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigValuesprotected java.lang.String toConfigKey(java.lang.String key)
protected ConfigType parseConfigType(T value)
value - source config type value to parse