|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<K,V> org.springframework.beans.factory.support.ManagedMap<K,V>
public class ManagedMap<K,V>
Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
ManagedMap()
|
|
ManagedMap(int initialCapacity)
|
Method Summary | |
---|---|
String |
getKeyTypeName()
Return the default key type name (class name) to be used for this map. |
Object |
getSource()
Return the configuration source Object for this metadata element
(may be null ). |
String |
getValueTypeName()
Return the default value type name (class name) to be used for this map. |
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 |
setKeyTypeName(String keyTypeName)
Set the default key type name (class name) to be used for this map. |
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 Object for this metadata element. |
void |
setValueTypeName(String valueTypeName)
Set the default value type name (class name) to be used for this map. |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public ManagedMap()
public ManagedMap(int initialCapacity)
Method Detail |
---|
public void setSource(Object source)
Object
for this metadata element.
The exact type of the object will depend on the configuration mechanism used.
public Object getSource()
BeanMetadataElement
Object
for this metadata element
(may be null
).
getSource
in interface BeanMetadataElement
public void setKeyTypeName(String keyTypeName)
public String getKeyTypeName()
public void setValueTypeName(String valueTypeName)
public String getValueTypeName()
public void setMergeEnabled(boolean mergeEnabled)
public boolean isMergeEnabled()
Mergeable
isMergeEnabled
in interface Mergeable
public Object merge(Object parent)
Mergeable
The supplied object is considered the parent, and values in the callee's value set must override those of the supplied object.
merge
in interface Mergeable
parent
- the object to merge with
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |