类 BaseJsonDeserializeHandler<DES>
java.lang.Object
gu.sql2java.excel.json.BaseJsonDeserializeHandler<DES>
- 所有已实现的接口:
ExcelHandlerAdapter
JSON类型字段使用自定义反序列化器实现的数据导入适配器抽象实现
- 从以下版本开始:
- 3.29.0
- 作者:
- guyadong
-
字段详细资料
-
initDeserializer
-
initType
-
initEmptyValue
-
-
构造器详细资料
-
BaseJsonDeserializeHandler
public BaseJsonDeserializeHandler() -
BaseJsonDeserializeHandler
-
-
方法详细资料
-
format
从接口复制的说明:ExcelHandlerAdapter将原始数据值格式化为保存到单元格的值- 指定者:
format在接口中ExcelHandlerAdapter- 参数:
value- 原始字段值args- excel注解args参数组- 返回:
- 处理后的值
-
unformat
从接口复制的说明:ExcelHandlerAdapter将格式化的值转为原始值- 指定者:
unformat在接口中ExcelHandlerAdapter- 参数:
value- 格式化值args- excel注解args参数组- 返回:
- 处理后的值
-
deserialize
-