| Package | Description | 
|---|---|
| org.springframework.shell.table | Allows the creation of tables that can be rendered using ASCII art. | 
| Modifier and Type | Method and Description | 
|---|---|
| TableBuilder | TableBuilder. addFullBorder(BorderStyle style)Set a border around each and every cell of the table. | 
| TableBuilder | TableBuilder. addHeaderAndVerticalsBorders(BorderStyle style)Set a border on the outline of the whole table, around the first row and draw vertical lines
 around each column. | 
| TableBuilder | TableBuilder. addHeaderBorder(BorderStyle style)Set a border on the outline of the whole table, as well as around the first row. | 
| TableBuilder | TableBuilder. addInnerBorder(BorderStyle style)Set a border on the inner verticals and horizontals of the table, but not on the outline. | 
| TableBuilder | TableBuilder. addOutlineBorder(BorderStyle style)Set a border on the outline of the whole table. | 
| TableBuilder | TableBuilder.CellMatcherStub. and() | 
| static TableBuilder | Tables. configureKeyValueRendering(TableBuilder builder,
                          String delimiter)Install all the necessary formatters, aligners, etc for key-value rendering of Maps. | 
| TableBuilder | TableBuilder.BorderStub.TopLeft. toBottomRight() | 
| TableBuilder | TableBuilder.BorderStub.TopLeft. toRowColumn(int row,
           int column) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TableBuilder | Tables. configureKeyValueRendering(TableBuilder builder,
                          String delimiter)Install all the necessary formatters, aligners, etc for key-value rendering of Maps. | 
Copyright © 2023. All rights reserved.