S - The source classT - The target classpublic abstract class SetConverter<S,T> extends BaseConverter<S,T> implements CollectionConverter<S,T>
| Constructor and Description |
|---|
SetConverter() |
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
convert(Collection<S> source) |
convert, doConvertpublic Set<T> convert(Collection<S> source)
convert in interface CollectionConverter<S,T>Copyright © 2016. All rights reserved.