Class DefaultFormatter

java.lang.Object
org.springframework.shell.jline.tui.table.DefaultFormatter
All Implemented Interfaces:
Formatter

public class DefaultFormatter extends Object implements Formatter
A very simple formatter that uses Object.toString() and splits on newlines.
Author:
Eric Bottard, Piotr Olaszewski
  • Constructor Details

    • DefaultFormatter

      public DefaultFormatter()
  • Method Details