InsertConfigurator

interface InsertConfigurator<C : ConfigurationProviderConfig>

Interface to insert configuration providers before or after another.

See before and after.

Functions

Link copied to clipboard
abstract fun add(vararg configurationProvider: C)

Inserts configurationProvider before or after another configuration provider.

Link copied to clipboard
abstract fun addAll(configurationProviders: List<C>)

Inserts configurationProviders before or after another configuration provider.