public class ManagedProperties extends Properties implements Mergeable, BeanMetadataElement
Properties instance
 that supports merging of parent/child definitions.defaults| Constructor and Description | 
|---|
| ManagedProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getSource()Return the configuration source  Objectfor this metadata element
 (may benull). | 
| boolean | isMergeEnabled()Is merging enabled for this particular instance? | 
| Object | merge(Object parent)Merge the current value set with that of the supplied object. | 
| void | setMergeEnabled(boolean mergeEnabled)Set whether merging should be enabled for this collection,
 in case of a 'parent' collection value being present. | 
| void | setSource(Object source)Set the configuration source  Objectfor this metadata element. | 
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic void setSource(@Nullable
                      Object source)
Object for this metadata element.
 The exact type of the object will depend on the configuration mechanism used.
@Nullable public Object getSource()
BeanMetadataElementObject for this metadata element
 (may be null).getSource in interface BeanMetadataElementpublic void setMergeEnabled(boolean mergeEnabled)
public boolean isMergeEnabled()
MergeableisMergeEnabled in interface Mergeable