open class ManagedProperties : Properties, Mergeable, BeanMetadataElement
Tag class which represents a Spring-managed Properties instance that supports merging of parent/child definitions.
Author
Rob Harrop
Author
Juergen Hoeller
Since
2.0
ManagedProperties()
Tag class which represents a Spring-managed Properties instance that supports merging of parent/child definitions. |
open fun getSource(): Any |
|
open fun isMergeEnabled(): Boolean |
|
open fun merge(parent: Any): Any |
|
open fun setMergeEnabled(mergeEnabled: Boolean): Unit
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present. |
|
open fun setSource(source: Any): Unit
Set the configuration source The exact type of the object will depend on the configuration mechanism used. |