public class ListConverter<S,T> extends Object implements Converter<List<S>,List<T>>
ListConverter(Converter<S,T> converter)
List<T>
convert(List<S> source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListConverter(Converter<S,T> converter)
public List<T> convert(List<S> source)
convert
Converter<List<S>,List<T>>
Copyright © 2018. All rights reserved.