| Package | Description | 
|---|---|
| org.springframework.shell.table | Allows the creation of tables that can be rendered using ASCII art. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbsoluteWidthSizeConstraintsA cell sizing strategy that forces a fixed width, expressed in number of characters. | 
| class  | AutoSizeConstraintsA SizeConstraints implementation that splits lines at space boundaries
 and returns an extent with minimal and maximal width requirements. | 
| class  | KeyValueSizeConstraintsA SizeConstraints implementation that is tailored to rendering a series
 of key = value pairs. | 
| class  | NoWrapSizeConstraintsA sizing strategy that will impose the longest line width on cells. | 
| Modifier and Type | Method and Description | 
|---|---|
| TableBuilder.CellMatcherStub | TableBuilder.CellMatcherStub. addSizer(SizeConstraints sizer) | 
Copyright © 2022. All rights reserved.