Package org.apache.qpid.jms.util
Class StringArrayConverter
java.lang.Object
org.apache.qpid.jms.util.StringArrayConverter
Class for converting to/from String[] to be used instead of a
PropertyEditor which otherwise causes memory leaks as the
JDK PropertyEditorManager is a static class and has strong
references to classes, causing problems in hot-deployment environments.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertToString(String[] value) static String[]convertToStringArray(Object value)
-
Constructor Details
-
StringArrayConverter
public StringArrayConverter()
-
-
Method Details
-
convertToStringArray
-
convertToString
-