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