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

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

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.basic;



/**
 * 

* 字节转换器 *

* * @author 钟冀 */ public class ByteConvertor extends NumberBasicTypeConvertor{ /** */ public ByteConvertor() { } /** * {@inheritDoc} */ @Override public Class getSourceType() { return byte.class; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy