public class StringArrayConverter extends Object
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 and Description |
---|
StringArrayConverter() |
Modifier and Type | Method and Description |
---|---|
static String |
convertToString(String[] value) |
static String[] |
convertToStringArray(Object value) |
public StringArrayConverter()
public static String[] convertToStringArray(Object value)
public static String convertToString(String[] value)
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.