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