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

cn.featherfly.conversion.string.bp.SqlTimestampBeanPropertyFormatConvertor Maven / Gradle / Ivy


package cn.featherfly.conversion.string.bp;

import java.sql.Timestamp;

import cn.featherfly.conversion.string.format.SqlTimestampFormatConvertor;

/**
 * 

* 带格式支持的日期转换器,在属性字段上使用@DateFormat来指定格式. *

* * @author 钟冀 */ public class SqlTimestampBeanPropertyFormatConvertor extends BeanPropertyFormatConvertor { /** */ public SqlTimestampBeanPropertyFormatConvertor() { super(new SqlTimestampFormatConvertor()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy