StaticConfigurationProviderConfig
class StaticConfigurationProviderConfig(val configurationProviderName: String, val implementationModule: ModuleReference, val subPackageName: String? = null, val constructorArguments: List<ArgumentValueConfig> = emptyList()) : ConfigurationProviderConfig
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())