StaticConfigurationProviderConfig
Content copied to clipboard
Defines the reference to a static configuration provider implementation and how to construct it.
Constructors
Link copied to clipboard
fun StaticConfigurationProviderConfig( configurationProviderName: String, implementationModule: ModuleReference, subPackageName: String? = null, constructorArguments: List<ArgumentValueConfig> = emptyList())
Content copied to clipboard
Inherited properties
Link copied to clipboard
Optional sub package. If not null
, this value is appended to the ModuleReference.packageName of the implementationModule property with a period in between.