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

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

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.bp;

import java.util.Date;

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

/**
 * 

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy