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

Constructors

Link copied to clipboard
constructor(configurationProviderName: String, implementationModule: ModuleReference, subPackageName: String? = null, constructorArguments: List<ArgumentValueConfig> = emptyList())

Inherited properties

Link copied to clipboard
val subPackageName: String? = null

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int