public final class StringToStringCollectionConverter extends Converter<Collection<String>>
Constructor and Description |
---|
StringToStringCollectionConverter() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
convert(String value)
Converts the supplied
value into an Object of the
appropriate type. |
equals, getType, hashCode, toString
public StringToStringCollectionConverter()
public final Collection<String> convert(String value)
Converter
value
into an Object
of the
appropriate type.
Implementations of this method are permitted to return null
.
convert
in class Converter<Collection<String>>
value
- the value to convert; may be null
null
Copyright © 2017–2019, microBean. All rights reserved.