Interface ConfigurationMapperTable<V>

All Superinterfaces:
ConfigurationMapper<XGettingTable<String,​V>>
All Known Implementing Classes:
ConfigurationMapperTable.Default

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

    • New

      static <V> ConfigurationMapperTable<V> New()
      Pseudo-constructor to create a new mapper.
      Returns:
      a new mapper
    • New

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