public static class ConfigurationValueMapper.Default<T> extends Object implements ConfigurationValueMapper<T>
ConfigurationValueMapper.Default<T>| Modifier and Type | Method and Description |
|---|---|
T |
map(Configuration config,
String key,
String value)
Maps the given value of a
Configuration to the target type. |
Class<T> |
type() |
public Class<T> type()
type in interface ConfigurationValueMapper<T>public T map(Configuration config, String key, String value)
ConfigurationValueMappingFunctionConfiguration to the target type.map in interface ConfigurationValueMappingFunction<T>config - source configurationkey - the assigned keyvalue - the value to mapCopyright © 2022 MicroStream Software. All rights reserved.