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 |
DebugAligner
A decorator Aligner that checks the Aligner invariants contract, useful for debugging.
|
class |
KeyValueHorizontalAligner
A text alignment strategy that aligns text horizontally so that all instances of some special character(s)
line up perfectly in a column.
|
class |
SimpleHorizontalAligner
An horizontal alignment strategy that allows alignment to the left, center or right.
|
class |
SimpleVerticalAligner
Alignment strategy that allows simple vertical alignment to top, middle or bottom.
|
Modifier and Type | Method and Description |
---|---|
TableBuilder.CellMatcherStub |
TableBuilder.CellMatcherStub.addAligner(Aligner aligner) |
Constructor and Description |
---|
DebugAligner(Aligner delegate) |
Copyright © 2024. All rights reserved.