public class YAMLSettingsResolver extends Object implements SettingsResolver
| Constructor and Description |
|---|
YAMLSettingsResolver(DozerClassLoader classLoader,
String configFile) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key,
Object defaultValue)
Gets value from in memory store
|
void |
init()
Loads dozer.yaml from classpath
|
public YAMLSettingsResolver(DozerClassLoader classLoader, String configFile)
public void init()
init in interface SettingsResolverpublic Object get(String key, Object defaultValue)
get in interface SettingsResolverkey - key to retrievedefaultValue - value to default to if none foundCopyright © 2005–2021 dozer. All rights reserved.