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