public final class ArrayConvertor<T> extends Object implements Convertor<T[]>
ArrayConvertor(Class<T> elementType, Convertor<T> elementConvertor)
T[]
convert(Object value)
convert(String value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayConvertor(Class<T> elementType, Convertor<T> elementConvertor)
public T[] convert(String value)
convert
Convertor<T[]>
public T[] convert(Object value)
Copyright © 2016 jetbrick. All rights reserved.