Class MapFormatter

java.lang.Object
org.springframework.shell.table.MapFormatter
All Implemented Interfaces:
Formatter

public class MapFormatter extends Object implements Formatter
A formatter suited for key-value pairs, that renders each mapping on a new line.
  • Constructor Details

    • MapFormatter

      public MapFormatter(String separator)
  • Method Details