Package io.cucumber.datatable
Class DataTableFormatter
- java.lang.Object
-
- io.cucumber.datatable.DataTableFormatter
-
@API(status=STABLE) public final class DataTableFormatter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataTableFormatter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataTableFormatter.Builderbuilder()Stringformat(DataTable table)voidformatTo(DataTable table, Appendable appendable)voidformatTo(DataTable table, StringBuilder appendable)
-
-
-
Method Detail
-
builder
public static DataTableFormatter.Builder builder()
-
formatTo
public void formatTo(DataTable table, StringBuilder appendable)
-
formatTo
public void formatTo(DataTable table, Appendable appendable) throws IOException
- Throws:
IOException
-
-