Uses of Interface
one.microstream.configuration.types.ConfigurationValueMapperProvider.Builder
Package | Description |
---|---|
one.microstream.configuration.types |
-
Uses of ConfigurationValueMapperProvider.Builder in one.microstream.configuration.types
Classes in one.microstream.configuration.types that implement ConfigurationValueMapperProvider.Builder Modifier and Type Class Description static class
ConfigurationValueMapperProvider.Builder.Default
Methods in one.microstream.configuration.types that return ConfigurationValueMapperProvider.Builder Modifier and Type Method Description <T> ConfigurationValueMapperProvider.Builder
ConfigurationValueMapperProvider.Builder. add(ConfigurationValueMapper<T> mapper)
Adds a value mapper for a certain type.<T> ConfigurationValueMapperProvider.Builder
ConfigurationValueMapperProvider.Builder.Default. add(ConfigurationValueMapper<T> mapper)
static ConfigurationValueMapperProvider.Builder
ConfigurationValueMapperProvider. Builder()
Pseudo-constructor method to create a new emptyConfigurationValueMapperProvider.Builder
for aConfigurationValueMapperProvider
.static ConfigurationValueMapperProvider.Builder
ConfigurationValueMapperProvider. Default()