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 |
DebugTextWrapper
A TextWrapper that delegates to another but makes sure that the contract is not violated.
|
class |
DelimiterTextWrapper
A Text wrapper that wraps at "word" boundaries.
|
class |
KeyValueTextWrapper
A 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 © 2024. All rights reserved.