All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.conversion.string.basic.SqlDateArrayConvertor Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.basic;

import java.sql.Date;

/**
 * 

* SqlDateArray类转换器 *

* * @author 钟冀 */ public class SqlDateArrayConvertor extends GenericTypeArrayConvertor { /** */ public SqlDateArrayConvertor() { super(new SqlDateConvertor()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy