public class ManagedSet<E> extends LinkedHashSet<E> implements Mergeable, BeanMetadataElement
Constructor and Description |
---|
ManagedSet() |
ManagedSet(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
String |
getElementTypeName()
Return the default element type name (class name) to be used for this set.
|
Object |
getSource()
Return the configuration source
Object for this metadata element
(may be null ). |
boolean |
isMergeEnabled()
Is merging enabled for this particular instance?
|
Set<E> |
merge(Object parent)
Merge the current value set with that of the supplied object.
|
void |
setElementTypeName(String elementTypeName)
Set the default element type name (class name) to be used for this set.
|
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. |
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
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 setElementTypeName(String elementTypeName)
public String getElementTypeName()
public void setMergeEnabled(boolean mergeEnabled)
public boolean isMergeEnabled()
Mergeable
isMergeEnabled
in interface Mergeable