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