Uses of Interface
org.springframework.shell.table.Formatter
Packages that use Formatter
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of Formatter in org.springframework.shell.table
Classes in org.springframework.shell.table that implement FormatterModifier and TypeClassDescriptionclass
A very simple formatter that usesObject.toString()
and splits on newlines.class
A formatter suited for key-value pairs, that renders each mapping on a new line.Methods in org.springframework.shell.table with parameters of type Formatter