|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.datastore.config.utils.ConfigUtils
public class ConfigUtils
Used to ease reading of configuration
| Constructor Summary | |
|---|---|
ConfigUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
read(Class<T> type,
String key,
Map<String,String> config,
T defaultValue)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigUtils()
| Method Detail |
|---|
public static <T> T read(Class<T> type,
String key,
Map<String,String> config,
T defaultValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||