S - The type of elements in the List to convertT - The type of elements in the converted Listpublic class ListConverter<S,T> extends Object implements Converter<List<S>,List<T>>
| Constructor and Description |
|---|
ListConverter(Converter<S,T> itemConverter) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.