Package io.cucumber.datatable
-
Interface Summary Interface Description DataTable.TableConverter Converts aDataTable
to another type.TableCellByTypeTransformer Transformer for single cell.TableCellTransformer<T> Transforms a single table cell to an instance ofT
.TableEntryByTypeTransformer Default transformer for entries which don't have registeredDataTableType
inTypeRegistry
.TableEntryTransformer<T> Transforms a table entry to in instance ofT
TableRowTransformer<T> Transforms a single table row to an instance ofT
.TableTransformer<T> Transforms a table row to an instance ofT
. -
Class Summary Class Description DataTable A m-by-n table of string values.DataTableDiff DataTableFormatter DataTableFormatter.Builder DataTableType A data table type describes how a data table should be represented as an object.DataTableTypeRegistry DataTableTypeRegistryTableConverter TableDiffer TypeReference<T> -
Exception Summary Exception Description CucumberDataTableException DuplicateTypeException TableDiffException UndefinedDataTableTypeException