Interface HeaderFormatter<T>

Type Parameters:
T - the generic type
All Known Implementing Classes:
StringHeaderFormatter

public interface HeaderFormatter<T>
The Interface HeaderFormatter.
  • Method Summary

    Modifier and Type Method Description
    T write​(List<ColumnDescriptor> columns)
    Write the header for the provided ResultSet.
  • Method Details

    • write

      T write​(List<ColumnDescriptor> columns)
      Write the header for the provided ResultSet.
      Parameters:
      columns - the columns
      Returns:
      the t