Class DataFlowTables.BeanWrapperFormatter
java.lang.Object
org.springframework.cloud.dataflow.shell.command.DataFlowTables.BeanWrapperFormatter
- All Implemented Interfaces:
Formatter
- Enclosing class:
- DataFlowTables
A formatter that collects bean property names and turns them into capitalized,
separated words.
- Author:
- Eric Bottard
-
Constructor Summary
ConstructorDescriptionBeanWrapperFormatter
(String delimiter) BeanWrapperFormatter
(String delimiter, Collection<String> includes, Collection<String> excludes) -
Method Summary
-
Constructor Details
-
BeanWrapperFormatter
-
BeanWrapperFormatter
public BeanWrapperFormatter(String delimiter, Collection<String> includes, Collection<String> excludes)
-
-
Method Details