public class ConfigLookupTransformer extends Object implements org.apache.commons.collections.Transformer
nameSpace
.Constructor and Description |
---|
ConfigLookupTransformer() |
Modifier and Type | Method and Description |
---|---|
ConfigurationService |
getConfigService() |
String |
getNameSpace()
Namespace for which to fetch values
|
boolean |
isReturnAsList()
By default will return a Map of namespace-key to value mapping
|
void |
setConfigService(ConfigurationService configService) |
void |
setNameSpace(String nameSpace)
Namespace for which to fetch values
|
void |
setReturnAsList(boolean returnAsList)
By default will return a Map of namespace-key to value mapping
|
Object |
transform(Object input) |
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public ConfigurationService getConfigService()
public void setConfigService(ConfigurationService configService)
public String getNameSpace()
public void setNameSpace(String nameSpace)
public boolean isReturnAsList()
public void setReturnAsList(boolean returnAsList)
Copyright © 2018. All rights reserved.