org.apache.mina.integration.beans
public class SetEditor extends CollectionEditor
PropertyEditor
which converts a String
into
a Set
and vice versa.Constructor and Description |
---|
SetEditor(java.lang.Class<?> elementType) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<java.lang.Object> |
newCollection() |
defaultElement, toText, toValue
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
protected java.util.Collection<java.lang.Object> newCollection()
newCollection
in class CollectionEditor