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