类的使用
cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo
使用EntityCellMappingInfo的程序包
程序包
说明
-
cn.toutatis.xvoid.axolotl.excel.reader.support中EntityCellMappingInfo的使用
修饰符和类型方法说明protected ObjectAxolotlAbstractExcelReader.adaptiveCellValue2EntityClass(CellGetInfo info, EntityCellMappingInfo<?> mappingInfo, ReaderConfig<?> readerConfig) [ROOT] 适配实体类的字段protected ObjectAxolotlAbstractExcelReader.adaptiveValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo, ReaderConfig<Object> readerConfig) protected voidAxolotlAbstractExcelReader.assignValueToField(Object instance, Object adaptiveValue, EntityCellMappingInfo<?> mappingInfo, ReaderConfig<?> readerConfig) [ROOT] 讲适配后的值赋值给实体类字段protected ObjectAxolotlAbstractExcelReader.castValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo) protected CellGetInfoAxolotlAbstractExcelReader.getBlankCellValue(EntityCellMappingInfo<?> mappingInfo) 获取空单元格值protected CellGetInfoAxolotlAbstractExcelReader.getCellOriginalValue(org.apache.poi.ss.usermodel.Row row, int index, EntityCellMappingInfo<?> mappingInfo) 获取单元格原始值protected CellGetInfoAxolotlAbstractExcelReader.getIndexCellValue(org.apache.poi.ss.usermodel.Row row, int index, EntityCellMappingInfo<?> mappingInfo) 获取索引映射单元格值protected CellGetInfoAxolotlAbstractExcelReader.getPositionCellOriginalValue(org.apache.poi.ss.usermodel.Sheet sheet, EntityCellMappingInfo<?> mappingInfo) 获取位置映射单元格原始值 -
cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions中EntityCellMappingInfo的使用