Package org.apache.xbean.propertyeditor
Class CollectionUtil
java.lang.Object
org.apache.xbean.propertyeditor.CollectionUtil
- Version:
- $Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final ObjectcomponentToObject(String text, PropertyEditor componentEditor) private static final StringcomponentToString(Object value, PropertyEditor componentEditor) static ListtoList(String text, PropertyEditor componentEditor) static final MaptoMap(String text, PropertyEditor keyEditor, PropertyEditor valueEditor) static StringtoString(Collection values, PropertyEditor componentEditor) static final StringtoString(Map map, PropertyEditor keyEditor, PropertyEditor valueEditor)
-
Constructor Details
-
CollectionUtil
public CollectionUtil()
-
-
Method Details
-
toList
-
toString
-
toMap
-
toString
-
componentToString
-
componentToObject
-