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

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