Interface ConfigurationMapperMap

All Superinterfaces:
ConfigurationMapper<Map<String,​?>>
All Known Implementing Classes:
ConfigurationMapperMap.Default

public interface ConfigurationMapperMap
extends ConfigurationMapper<Map<String,​?>>
Mapper which maps entries from a Map to a Configuration.Builder().
  • Method Details

    • New

      static ConfigurationMapperMap New()
      Pseudo-constructor to create a new mapper.
      Returns:
      a new mapper
    • New

      static ConfigurationMapperMap New​(Function<Object,​String> toStringMapper)
      Pseudo-constructor to create a new mapper.
      Parameters:
      toStringMapper - function which converts values from the map to String values
      Returns:
      a new mapper