Interface ConfigurationMapperTable<V>
- All Superinterfaces:
ConfigurationMapper<XGettingTable<String,V>>
- All Known Implementing Classes:
ConfigurationMapperTable.Default
public interface ConfigurationMapperTable<V> extends ConfigurationMapper<XGettingTable<String,V>>
Mapper which maps entries from a
XGettingTable
to a Configuration.Builder()
.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigurationMapperTable.Default<V>
-
Method Summary
Static Methods Modifier and Type Method 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.Methods inherited from interface one.microstream.configuration.types.ConfigurationMapper
mapConfiguration, mapConfiguration