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