Uses of Interface
org.springframework.shell.table.TextWrapper
Packages that use TextWrapper
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of TextWrapper in org.springframework.shell.table
Classes in org.springframework.shell.table that implement TextWrapperModifier and TypeClassDescriptionclassA TextWrapper that delegates to another but makes sure that the contract is not violated.classA Text wrapper that wraps at "word" boundaries.classA TextWrapper implementation tailored for key-value rendering (working in concert withKeyValueSizeConstraints,KeyValueHorizontalAligner), that tries its best to vertically align some delimiter character (default '=').Methods in org.springframework.shell.table with parameters of type TextWrapperModifier and TypeMethodDescriptionTableBuilder.CellMatcherStub.addWrapper(TextWrapper textWrapper) Constructors in org.springframework.shell.table with parameters of type TextWrapper