Uses of Interface
one.microstream.configuration.types.ConfigurationValueMapperProvider
Package | Description |
---|---|
one.microstream.configuration.types | |
one.microstream.storage.embedded.configuration.types |
-
Uses of ConfigurationValueMapperProvider in one.microstream.configuration.types
Classes in one.microstream.configuration.types that implement ConfigurationValueMapperProvider Modifier and Type Class Description static class
ConfigurationValueMapperProvider.Default
Methods in one.microstream.configuration.types that return ConfigurationValueMapperProvider Modifier and Type Method Description ConfigurationValueMapperProvider
ConfigurationValueMapperProvider.Builder. build()
Builds the resultingConfigurationValueMapperProvider
.ConfigurationValueMapperProvider
ConfigurationValueMapperProvider.Builder.Default. build()
static ConfigurationValueMapperProvider
ConfigurationValueMapperProvider. New(XGettingMap<Class<?>,ConfigurationValueMapper<?>> table)
Pseudo-constructor method to create a newConfigurationValueMapperProvider
.ConfigurationValueMapperProvider
Configuration.Default. valueMapperProvider()
ConfigurationValueMapperProvider
Configuration. valueMapperProvider()
Gets the value mapper provider which is assigned to this configuration.Methods in one.microstream.configuration.types with parameters of type ConfigurationValueMapperProvider Modifier and Type Method Description Configuration.Builder
Configuration.Builder.Default. valueMapperProvider(ConfigurationValueMapperProvider valueMapperProvider)
Configuration.Builder
Configuration.Builder. valueMapperProvider(ConfigurationValueMapperProvider valueMapperProvider)
Sets theConfigurationValueMapperProvider
. -
Uses of ConfigurationValueMapperProvider in one.microstream.storage.embedded.configuration.types
Methods in one.microstream.storage.embedded.configuration.types with parameters of type ConfigurationValueMapperProvider Modifier and Type Method Description EmbeddedStorageConfigurationBuilder
EmbeddedStorageConfigurationBuilder.Default. valueMapperProvider(ConfigurationValueMapperProvider valueMapperProvider)