T - the target type@FunctionalInterface public interface ConfigurationValueMappingFunction<T>
Configurations to a certain type.| 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. |
T map(Configuration config, String key, String value)
Configuration to the target type.config - source configurationkey - the assigned keyvalue - the value to mapConfigurationExceptionValueMappingFailed - if the mapping failedCopyright © 2022 MicroStream Software. All rights reserved.