public class OptionalIntegerCellCoercer extends TypeBasedCellValueCoercer<Integer> implements CellValueCoercer<Integer>
| Modifier and Type | Field and Description |
|---|---|
static OptionalIntegerCellCoercer |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
OptionalIntegerCellCoercer() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Integer |
coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Integer |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBooleanCell, coerceFormulaCell, liberallyParseInt, roundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcoercepublic static final OptionalIntegerCellCoercer INSTANCE
protected Integer coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) throws NumberFormatException
coerceStringCell in class TypeBasedCellValueCoercer<Integer>NumberFormatExceptionTypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)protected Integer coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell)
coerceNumericCell in class TypeBasedCellValueCoercer<Integer>TypeBasedCellValueCoercer.coerceNumericCell(org.apache.poi.ss.usermodel.Cell)protected Integer coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
coerceBlankCell in class TypeBasedCellValueCoercer<Integer>TypeBasedCellValueCoercer.coerceBlankCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.