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