public interface ConfigLoader
An example of an implementation class can be found at: com.networknt.config.TestConfigLoader This implementation class provides a single configuration file loading strategy similar to spring.
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
loadMapConfig(String configName) |
Map<String,Object> |
loadMapConfig(String configName,
String path) |
<T> Object |
loadObjectConfig(String configName,
Class<T> clazz) |
<T> Object |
loadObjectConfig(String configName,
Class<T> clazz,
String path) |
Copyright © 2021. All rights reserved.