public interface TableCellByTypeTransformer
TableCellTransformer but additionally it receives expected Class<T> of cell.TableCellTransformer| Modifier and Type | Method and Description |
|---|---|
<T> T |
transform(String value,
Class<T> cellType)
Transforms single cell to type
T |
Copyright © 2019. All rights reserved.