- TableCellTransformer<T> - Interface in io.cucumber.datatable
-
Transforms a single table cell to an instance of T.
- TableEntryTransformer<T> - Interface in io.cucumber.datatable
-
Transforms a table entry to in instance of T
- TableRowTransformer<T> - Interface in io.cucumber.datatable
-
Transforms a single table row to an instance of T.
- TableTransformer<T> - Interface in io.cucumber.datatable
-
Transforms a table row to an instance of T.
- toList(DataTable, Type) - Method in interface io.cucumber.datatable.DataTable.TableConverter
-
- toList(DataTable, Type) - Method in class io.cucumber.datatable.DataTableTypeRegistryTableConverter
-
- toLists(DataTable, Type) - Method in interface io.cucumber.datatable.DataTable.TableConverter
-
- toLists(DataTable, Type) - Method in class io.cucumber.datatable.DataTableTypeRegistryTableConverter
-
- toMap(DataTable, Type, Type) - Method in interface io.cucumber.datatable.DataTable.TableConverter
-
- toMap(DataTable, Type, Type) - Method in class io.cucumber.datatable.DataTableTypeRegistryTableConverter
-
- toMaps(DataTable, Type, Type) - Method in interface io.cucumber.datatable.DataTable.TableConverter
-
- toMaps(DataTable, Type, Type) - Method in class io.cucumber.datatable.DataTableTypeRegistryTableConverter
-
- toString() - Method in class io.cucumber.datatable.DataTable
-
Returns a string representation of the this
table.
- transform(List<List<String>>) - Method in class io.cucumber.datatable.DataTableType
-
- transform(String) - Method in interface io.cucumber.datatable.TableCellTransformer
-
Transforms a single table cell to an instance of T.
- transform(Map<String, String>) - Method in interface io.cucumber.datatable.TableEntryTransformer
-
Transforms a table entry to in instance of T.
- transform(List<String>) - Method in interface io.cucumber.datatable.TableRowTransformer
-
Transforms a single table row to an instance of T.
- transform(DataTable) - Method in interface io.cucumber.datatable.TableTransformer
-
Transforms a table row to an instance of T.
- transpose() - Method in class io.cucumber.datatable.DataTable
-
Returns a transposed view on this table.
- TypeReference<T> - Class in io.cucumber.datatable
-
- TypeReference() - Constructor for class io.cucumber.datatable.TypeReference
-