public static class Cell.ThrowingConverter extends java.lang.Object implements ColumnConverter<java.lang.Object>
| Constructor and Description |
|---|
ThrowingConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(SourceCell cell)
Converts cell to given data type
|
public java.lang.Object convert(SourceCell cell)
ColumnConverterconvert in interface ColumnConverter<java.lang.Object>cell - Source cellCopyright © 2018. All rights reserved.