S - The source class of the conversionT - The target class of the conversionpublic interface CollectionConverter<S,T>
extends org.springframework.core.convert.converter.Converter<S,T>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
convert(Collection<S> source) |
Collection<T> convert(Collection<S> source)
Copyright © 2016. All rights reserved.