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

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

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.basic;



/**
 * 

* 单精度浮点数包装类转换器 *

* * @author 钟冀 */ public class FloatWrapperConvertor extends NumberConvertor{ /** */ public FloatWrapperConvertor() { } /** * {@inheritDoc} */ @Override public Class getSourceType() { return Float.class; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy