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 org.springframework.core.convert.converter.Converter<List<S>,List<T>>
Constructor and Description |
---|
ListConverter(org.springframework.core.convert.converter.Converter<S,T> itemConverter) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.