Uses of Interface
one.microstream.configuration.types.ConfigurationMapperMap
Package | Description |
---|---|
one.microstream.configuration.types | |
one.microstream.configuration.yaml.types |
-
Uses of ConfigurationMapperMap in one.microstream.configuration.types
Classes in one.microstream.configuration.types that implement ConfigurationMapperMap Modifier and Type Class Description static class
ConfigurationMapperMap.Default
Methods in one.microstream.configuration.types that return ConfigurationMapperMap Modifier and Type Method Description static ConfigurationMapperMap
ConfigurationMapperMap. New()
Pseudo-constructor to create a new mapper.static ConfigurationMapperMap
ConfigurationMapperMap. New(Function<Object,String> toStringMapper)
Pseudo-constructor to create a new mapper.Methods in one.microstream.configuration.types with parameters of type ConfigurationMapperMap Modifier and Type Method Description static ConfigurationParserIni
ConfigurationParserIni. New(ConfigurationMapperMap mapper)
Pseudo-constructor to create a new INI parser. -
Uses of ConfigurationMapperMap in one.microstream.configuration.yaml.types
Methods in one.microstream.configuration.yaml.types with parameters of type ConfigurationMapperMap Modifier and Type Method Description static ConfigurationParserYaml
ConfigurationParserYaml. New(ConfigurationMapperMap mapper)