Interface ConfigConverter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T convert​(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key)  
      T convert​(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key, T defaultValue)  
    • Method Detail

      • convert

        T convert​(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService,
                  String pid,
                  String key,
                  T defaultValue)
      • convert

        T convert​(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService,
                  String pid,
                  String key)