public class BigDecimalBooleanConverter extends Object implements Converter<BigDecimal>
| Constructor and Description |
|---|
BigDecimalBooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
WriteCellData<?> |
convertToExcelData(BigDecimal value,
ExcelContentProperty contentProperty,
GlobalConfiguration globalConfiguration)
Converts Java type BigDecimal to Excel cell data.
|
BigDecimal |
convertToJavaData(ReadCellData<?> cellData,
ExcelContentProperty contentProperty,
GlobalConfiguration globalConfiguration)
Converts Excel cell data to Java type BigDecimal.
|
CellDataTypeEnum |
supportExcelTypeKey()
Returns the Excel cell data type key supported by this converter.
|
Class<BigDecimal> |
supportJavaTypeKey()
Returns the Java type key supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToExcelData, convertToJavaDatapublic Class<BigDecimal> supportJavaTypeKey()
supportJavaTypeKey in interface Converter<BigDecimal>public CellDataTypeEnum supportExcelTypeKey()
supportExcelTypeKey in interface Converter<BigDecimal>public BigDecimal convertToJavaData(ReadCellData<?> cellData, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration)
convertToJavaData in interface Converter<BigDecimal>cellData - Excel cell data.contentProperty - Excel content property.globalConfiguration - Global configuration.public WriteCellData<?> convertToExcelData(BigDecimal value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration)
convertToExcelData in interface Converter<BigDecimal>value - Java type BigDecimal value.contentProperty - Excel content property.globalConfiguration - Global configuration.Copyright © 2024–2025 fast-excel. All rights reserved.