public final class StringToStringSetConverter extends Converter<Set<String>>
| Constructor and Description |
|---|
StringToStringSetConverter() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
convert(String value)
Converts the supplied
value into an Object of the
appropriate type. |
equals, getType, hashCode, toStringpublic StringToStringSetConverter()
Copyright © 2017–2019, microBean. All rights reserved.