public class ArrayToCollectionConverter<T,U extends Collection<?>> extends Object implements Converter<T[],U>
| Constructor and Description |
|---|
ArrayToCollectionConverter() |
public U apply(T[] source, Type targetType, JConverter context)
apply in interface Converter<T[],U extends Collection<?>>source - the object to convert.targetType - the target type.context - the context.Copyright © 2014. All rights reserved.