类的使用
cn.toutatis.xvoid.axolotl.excel.reader.support.CellGetInfo
使用CellGetInfo的程序包
程序包
说明
-
cn.toutatis.xvoid.axolotl.excel.reader.support中CellGetInfo的使用
修饰符和类型方法说明protected CellGetInfoAxolotlAbstractExcelReader.getBlankCellValue(EntityCellMappingInfo<?> mappingInfo) 获取空单元格值protected CellGetInfoAxolotlAbstractExcelReader.getCellOriginalValue(org.apache.poi.ss.usermodel.Row row, int index, EntityCellMappingInfo<?> mappingInfo, ReaderConfig<?> readerConfig) 获取单元格原始值protected CellGetInfoAxolotlAbstractExcelReader.getFormulaCellValue(org.apache.poi.ss.usermodel.Cell cell) [ROOT] 计算单元格公式为结果protected CellGetInfoAxolotlAbstractExcelReader.getIndexCellValue(org.apache.poi.ss.usermodel.Row row, int index, EntityCellMappingInfo<?> mappingInfo, ReaderConfig<?> readerConfig) 获取索引映射单元格值protected CellGetInfoAxolotlAbstractExcelReader.getPositionCellOriginalValue(org.apache.poi.ss.usermodel.Sheet sheet, EntityCellMappingInfo<?> mappingInfo) 获取位置映射单元格原始值修饰符和类型方法说明protected ObjectAxolotlAbstractExcelReader.adaptiveCellValue2EntityClass(CellGetInfo info, EntityCellMappingInfo<?> mappingInfo, ReaderConfig<?> readerConfig) [ROOT] 适配实体类的字段protected ObjectAxolotlAbstractExcelReader.adaptiveValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo, ReaderConfig<Object> readerConfig) DataCastAdapter.cast(CellGetInfo cellGetInfo, CastContext<FT> context) 类型转换protected ObjectAxolotlAbstractExcelReader.castValue(DataCastAdapter<Object> adapter, CellGetInfo info, EntityCellMappingInfo<Object> mappingInfo) -
cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中CellGetInfo的使用
修饰符和类型方法说明AutoAdapter.cast(CellGetInfo cellGetInfo, CastContext context) DefaultBooleanAdapter.cast(CellGetInfo cellGetInfo, CastContext<Boolean> context) DefaultDateTimeAdapter.cast(CellGetInfo cellGetInfo, CastContext<NT> context) DefaultNumericAdapter.cast(CellGetInfo cellGetInfo, CastContext<NT> context) DefaultStringAdapter.cast(CellGetInfo cellGetInfo, CastContext<String> context)