public class DataFlowTables extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFlowTables.BeanWrapperFormatter
A formatter that collects bean property names and turns them into capitalized,
separated words.
|
Constructor and Description |
---|
DataFlowTables() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.shell.table.TableBuilder |
applyStyle(org.springframework.shell.table.TableBuilder builder)
Customize the given TableBuilder with the following common features (these choices
can always be overridden by applying later customizations) :
double border around the whole table and first row
vertical space (air) borders, single line separators between rows
first row is assumed to be a header and is centered horizontally and
vertically
cells containing Map values are rendered as key = value lines,
trying to align on equal signs
|
public static org.springframework.shell.table.TableBuilder applyStyle(org.springframework.shell.table.TableBuilder builder)
builder
- the table builder to useCopyright © 2024 Pivotal Software, Inc.. All rights reserved.