public static interface ConfigurationValueMapperProvider.Builder
ConfigurationValueMapperProvider.| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationValueMapperProvider.Builder.Default |
| Modifier and Type | Method and Description |
|---|---|
<T> ConfigurationValueMapperProvider.Builder |
add(ConfigurationValueMapper<T> mapper)
Adds a value mapper for a certain type.
|
ConfigurationValueMapperProvider |
build()
Builds the resulting
ConfigurationValueMapperProvider. |
<T> ConfigurationValueMapperProvider.Builder add(ConfigurationValueMapper<T> mapper)
T - the target typemapper - the mapper to addConfigurationValueMapperProvider build()
ConfigurationValueMapperProvider.ConfigurationValueMapperProviderCopyright © 2022 MicroStream Software. All rights reserved.