com.jchanghong.core.convert.impl.ArrayConverter Maven / Gradle / Ivy
The newest version!
package com.jchanghong.core.convert.impl;
import com.jchanghong.core.collection.IterUtil;
import com.jchanghong.core.convert.AbstractConverter;
import com.jchanghong.core.convert.ConverterRegistry;
import com.jchanghong.core.util.ArrayUtil;
import com.jchanghong.core.util.ObjectUtil;
import com.jchanghong.core.util.StrUtil;
import java.io.Serializable;
import java.lang.reflect.Array;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
/**
* 数组转换器,包括原始类型数组
*
* @author Looly
*/
public class ArrayConverter extends AbstractConverter