public class TrimmedStringListConverter extends StringListConverter
List<String> of trimmed strings.| Constructor and Description |
|---|
TrimmedStringListConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
convertFrom(String value)
|
convertTopublic List<String> convertFrom(String value)
List of Strings representing the specified String value.
The value is being split on comma.convertFrom in interface Converter<List<String>>convertFrom in class StringListConvertervalue - The configuration parameter's String valueList of Strings representing the configuration parameter's valueCopyright © 2022. All rights reserved.