public interface TableEntryByTypeTransformer
DataTableType in
TypeRegistry. Similar to TableEntryTransformer but additionally it receives Class<T>
of expected object and TableCellByTypeTransformer for transforming individual cells from String
to arbitrary type.TableEntryTransformer| Modifier and Type | Method and Description |
|---|---|
<T> T |
transform(Map<String,String> entry,
Class<T> type,
TableCellByTypeTransformer cellTransformer)
This method should transform row represented by key-value map to object of type
type |
<T> T transform(Map<String,String> entry, Class<T> type, TableCellByTypeTransformer cellTransformer) throws Throwable
typeT - see typeentry - table entry, key - column name, value - celltype - type of an expected object to returncellTransformer - cell transformertypeThrowableCopyright © 2019. All rights reserved.