Interface ConfigurationMapperTable<V>
- Type Parameters:
V- the value type
- 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 classConfigurationMapperTable.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
-
Method Details
-
New
Pseudo-constructor to create a new mapper.- Type Parameters:
V- the value type- Returns:
- a new mapper
-
New
Pseudo-constructor to create a new mapper.- Type Parameters:
V- the value type- Parameters:
toStringMapper- function which converts values from the table to String values- Returns:
- a new mapper
-