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

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

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.bp;

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

/**
 * 

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

* * @author 钟冀 */ public class DoubleBeanPropertyFormatConvertor extends BeanPropertyBasicTypeFormatConvertor { /** */ public DoubleBeanPropertyFormatConvertor() { super(new DoubleFormatConvertor()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy