public class IteratorToIterableConverter extends Object implements Converter<Iterator<?>,Iterable<?>>
IteratorToIterableConverter()
Iterable<?>
apply(Iterator<?> source, Type targetType, JConverter context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorToIterableConverter()
public Iterable<?> apply(Iterator<?> source, Type targetType, JConverter context)
apply
Converter<Iterator<?>,Iterable<?>>
source
targetType
context
Copyright © 2014. All rights reserved.