Interface ExternalConfigurationProvider


  • public interface ExternalConfigurationProvider
    Provider interface for external (SPI) providers to provide their configuration properties implementations Priority of providers can be adjusted by Priority annotation or just alphabetically (if no Provider annotation is found)
    • Method Detail

      • getProperties

        Map<String,​Object> getProperties()
        Map of properties from the model (external config file)
        Returns:
        Map of properties loaded by a model from config file
      • getConfiguration

        ExternalConfigurationModel getConfiguration()
        obrain model object which has direct access to external configuration
        Returns:
        model of external properties