AbstractApplicationContextMergeStrategy

Abstract implementation of {@linkplain ApplicationContextMergeStrategy}

Initialize with a set of keys for whom this strategy is to be applied. If null set passed then strategy is applicable for all keys

Author

Akshay Jain

Parameters

keys

Inheritors

Constructors

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

Functions

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