private static class BlueprintEditorRegistrar.BlueprintCustomCollectionEditor
extends org.springframework.beans.propertyeditors.CustomCollectionEditor
| Constructor and Description |
|---|
BlueprintCustomCollectionEditor(java.lang.Class<?> collectionType) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
createCollection(java.lang.Class collectionType,
int initialCapacity) |
void |
setValue(java.lang.Object value) |
alwaysCreateNewCollection, convertElement, getAsText, setAsTextpublic BlueprintCustomCollectionEditor(java.lang.Class<?> collectionType)
public void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class org.springframework.beans.propertyeditors.CustomCollectionEditorprotected java.util.Collection createCollection(java.lang.Class collectionType,
int initialCapacity)
createCollection in class org.springframework.beans.propertyeditors.CustomCollectionEditor