Package io.cucumber.datatable
-
Interface Summary Interface Description DataTable.TableConverter Converts aDataTableto 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 registeredDataTableTypeinTypeRegistry.TableEntryTransformer<T> Transforms a table entry to in instance ofTTableRowTransformer<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 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