Uses of Interface
one.microstream.configuration.types.ConfigurationMapperTable
Package | Description |
---|---|
one.microstream.configuration.types |
-
Uses of ConfigurationMapperTable in one.microstream.configuration.types
Classes in one.microstream.configuration.types that implement ConfigurationMapperTable Modifier and Type Class Description static class
ConfigurationMapperTable.Default<V>
Methods in one.microstream.configuration.types that return ConfigurationMapperTable Modifier and Type Method Description static <V> ConfigurationMapperTable<V>
ConfigurationMapperTable. New()
Pseudo-constructor to create a new mapper.static <V> ConfigurationMapperTable<V>
ConfigurationMapperTable. New(Function<Object,String> toStringMapper)
Pseudo-constructor to create a new mapper.