Class SetEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.mina.integration.beans.AbstractPropertyEditor
-
- org.apache.mina.integration.beans.CollectionEditor
-
- org.apache.mina.integration.beans.SetEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class SetEditor extends CollectionEditor
APropertyEditor
which converts aString
into aSet
and vice versa.- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description SetEditor(java.lang.Class<?> elementType)
Creates a new SetEditor instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<java.lang.Object>
newCollection()
-
Methods inherited from class org.apache.mina.integration.beans.CollectionEditor
defaultElement, toText, toValue
-
Methods inherited from class org.apache.mina.integration.beans.AbstractPropertyEditor
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
-
-
-
-
Method Detail
-
newCollection
protected java.util.Collection<java.lang.Object> newCollection()
- Overrides:
newCollection
in classCollectionEditor
-
-