类 LongConverter
java.lang.Object
tech.mhuang.pacebox.core.convert.AbstractConverter<Long>
tech.mhuang.pacebox.core.convert.register.LongConverter
- 所有已实现的接口:
BaseConverter<Long>
Integer 转换器
- 从以下版本开始:
- 1.0.0
- 作者:
- mhuang
-
构造器概要
构造器 -
方法概要
从类继承的方法 tech.mhuang.pacebox.core.convert.AbstractConverter
convert
-
构造器详细资料
-
LongConverter
public LongConverter()
-
-
方法详细资料
-
convert
从类复制的说明:AbstractConverter抽象方法、需继承后自行实现- 指定者:
convert在类中AbstractConverter<Long>- 参数:
source- 源数据- 返回:
- 转换后的数据类型的数据
-