spring-framework / org.springframework.beans.factory.support / ManagedProperties

ManagedProperties

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

Constructors

<init>

ManagedProperties()

Tag class which represents a Spring-managed Properties instance that supports merging of parent/child definitions.

Functions

getSource

open fun getSource(): Any

isMergeEnabled

open fun isMergeEnabled(): Boolean

merge

open fun merge(parent: Any): Any

setMergeEnabled

open fun setMergeEnabled(mergeEnabled: Boolean): Unit

Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.

setSource

open fun setSource(source: Any): Unit

Set the configuration source Object for this metadata element.

The exact type of the object will depend on the configuration mechanism used.