StaticConfigurationProviderConfig
class StaticConfigurationProviderConfig(val configurationProviderName: String, val implementationModule: ModuleReference, val subPackageName: String? = null, val constructorArguments: List<ArgumentValueConfig> = emptyList()) : ConfigurationProviderConfig
Deprecated
This API is supposed to only be used internally by IVI and should not be used directly. It may change in the future without providing backward compatibility.
Defines the reference to a static configuration provider implementation and how to construct it.
Parameters
configurationProviderName
implementationModule
subPackageName
constructorArguments
Constructors
Link copied to clipboard
constructor(configurationProviderName: String, implementationModule: ModuleReference, subPackageName: String? = null, constructorArguments: List<ArgumentValueConfig> = emptyList())