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) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.