![JAR search and dependency download from the Maven repository](/logo.png)
cn.featherfly.conversion.string.format.IntFormatConvertor Maven / Gradle / Ivy
package cn.featherfly.conversion.string.format;
import cn.featherfly.conversion.string.basic.IntConvertor;
/**
*
* 带格式支持的数字转换器,在属性字段上使用@NumberFormat来指定格式.
*
*
* @author 钟冀
*/
public class IntFormatConvertor extends NumberBasicTypeFormatConvertor {
/**
*/
public IntFormatConvertor() {
super(new IntConvertor());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy