configurationProviderName
The name of the configuration provider class.
The configuration provider class name must be formatted in PascalCase
and must have a ConfigurationProvider
suffix.
The configuration provider class name needs to match a class with the same name. For the StaticConfigurationProviderConfig subclass this class needs to be a subclass of com.tomtom.ivi.platform.framework.api.configuration.api.ComposableStaticConfigurationProvider
. For the DynamicConfigurationProviderConfig subclass this class needs to be a subclass of com.tomtom.ivi.platform.framework.api.configuration.api.ComposableDynamicConfigurationProvider
.
The ConfigurationProvider
suffix is mandatory to allow the reference to the configuration provider class to be easier to find in the code base.