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