接口的使用
cn.toutatis.xvoid.axolotl.excel.reader.support.DataCastAdapter
使用DataCastAdapter的程序包
程序包
说明
-
cn.toutatis.xvoid.axolotl.excel.reader.support中DataCastAdapter的使用
修饰符和类型方法说明protected ObjectAxolotlAbstractExcelReader.adaptiveValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo, ReaderConfig<Object> readerConfig) protected ObjectAxolotlAbstractExcelReader.castValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo) -
cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中DataCastAdapter的使用
修饰符和类型类说明class适配器基类class自动适配器classclassclassclass默认的String类型适配器修饰符和类型方法说明static voidDefaultAdapters.registerDefaultAdapter(Class<?> clazz, DataCastAdapter<?> adapter) 注册默认适配器 注意:注册后,会覆盖已有的适配器