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