| 构造器和说明 |
|---|
IntegerBooleanConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
WriteCellData<?> |
convertToExcelData(Integer value,
ExcelContentProperty contentProperty,
GlobalConfiguration globalConfiguration)
Convert Java objects to excel objects
|
Integer |
convertToJavaData(ReadCellData<?> cellData,
ExcelContentProperty contentProperty,
GlobalConfiguration globalConfiguration)
Convert excel objects to Java objects
|
CellDataTypeEnum |
supportExcelTypeKey()
Back to object enum in excel
|
Class<?> |
supportJavaTypeKey()
Back to object types in Java
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToExcelData, convertToJavaDatapublic Class<?> supportJavaTypeKey()
ConvertersupportJavaTypeKey 在接口中 Converter<Integer>public CellDataTypeEnum supportExcelTypeKey()
ConvertersupportExcelTypeKey 在接口中 Converter<Integer>CellDataTypeEnumpublic Integer convertToJavaData(ReadCellData<?> cellData, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration)
ConverterconvertToJavaData 在接口中 Converter<Integer>cellData - Excel cell data.NotNull.contentProperty - Content property.Nullable.globalConfiguration - Global configuration.NotNull.public WriteCellData<?> convertToExcelData(Integer value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration)
ConverterconvertToExcelData 在接口中 Converter<Integer>value - Java Data.NotNull.contentProperty - Content property.Nullable.globalConfiguration - Global configuration.NotNull.Copyright © 2018–2022 Alibaba Group. All rights reserved.