Uses of Class
org.springframework.shell.table.TableBuilder
Packages that use TableBuilder
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of TableBuilder in org.springframework.shell.table
Methods in org.springframework.shell.table that return TableBuilderModifier and TypeMethodDescriptionTableBuilder.addFullBorder
(BorderStyle style) Set a border around each and every cell of the table.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.addHeaderBorder
(BorderStyle style) Set a border on the outline of the whole table, as well as around the first row.TableBuilder.addInnerBorder
(BorderStyle style) Set a border on the inner verticals and horizontals of the table, but not on the outline.TableBuilder.addOutlineBorder
(BorderStyle style) Set a border on the outline of the whole table.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.BorderStub.TopLeft.toBottomRight()
TableBuilder.BorderStub.TopLeft.toRowColumn
(int row, int column) Methods in org.springframework.shell.table with parameters of type TableBuilderModifier and TypeMethodDescriptionstatic TableBuilder
Tables.configureKeyValueRendering
(TableBuilder builder, String delimiter) Install all the necessary formatters, aligners, etc for key-value rendering of Maps.