ApplicationContextMergeOverwriteStrategy

Constructors

Link copied to clipboard
constructor(keys: Set<Key<*>>? = null)

Functions

Link copied to clipboard
open override fun <T> merge(key: Key<T>, oldValue: T?, newValue: T?): T?