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 Object
componentToObject
(String text, PropertyEditor componentEditor) private static final String
componentToString
(Object value, PropertyEditor componentEditor) static List
toList
(String text, PropertyEditor componentEditor) static final Map
toMap
(String text, PropertyEditor keyEditor, PropertyEditor valueEditor) static String
toString
(Collection values, PropertyEditor componentEditor) static final String
toString
(Map map, PropertyEditor keyEditor, PropertyEditor valueEditor)
-
Constructor Details
-
CollectionUtil
public CollectionUtil()
-
-
Method Details
-
toList
-
toString
-
toMap
-
toString
-
componentToString
-
componentToObject
-