| 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  | DebugTextWrapperA TextWrapper that delegates to another but makes sure that the contract is not violated. | 
| class  | DelimiterTextWrapperA Text wrapper that wraps at "word" boundaries. | 
| class  | KeyValueTextWrapperA TextWrapper implementation tailored for key-value rendering (working in concert
 with  KeyValueSizeConstraints,KeyValueHorizontalAligner), that tries its
 best to vertically align some delimiter character (default '='). | 
| Modifier and Type | Method and Description | 
|---|---|
| TableBuilder.CellMatcherStub | TableBuilder.CellMatcherStub. addWrapper(TextWrapper textWrapper) | 
| Constructor and Description | 
|---|
| DebugTextWrapper(TextWrapper delegate) | 
Copyright © 2023. All rights reserved.