public class SystemEnvironmentSettingsResolver extends Object implements SettingsResolver
| Constructor and Description |
|---|
SystemEnvironmentSettingsResolver() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key,
Object defaultValue)
Gets value from environment via
System.getenv(java.lang.String) |
void |
init()
No-op
|
public void init()
init in interface SettingsResolverpublic Object get(String key, Object defaultValue)
System.getenv(java.lang.String)get in interface SettingsResolverkey - key to retrievedefaultValue - value to default to if none foundCopyright © 2005–2021 dozer. All rights reserved.