V - the value typepublic interface ConfigurationMapperTable<V> extends ConfigurationMapper<XGettingTable<String,V>>
XGettingTable to a Configuration.Builder().| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationMapperTable.Default<V> |
| Modifier and Type | Method and Description |
|---|---|
static <V> ConfigurationMapperTable<V> |
New()
Pseudo-constructor to create a new mapper.
|
static <V> ConfigurationMapperTable<V> |
New(Function<Object,String> toStringMapper)
Pseudo-constructor to create a new mapper.
|
mapConfiguration, mapConfigurationstatic <V> ConfigurationMapperTable<V> New()
V - the value typestatic <V> ConfigurationMapperTable<V> New(Function<Object,String> toStringMapper)
V - the value typetoStringMapper - function which converts values from the table to String valuesCopyright © 2022 MicroStream Software. All rights reserved.