Package csv.util

Interface ObjectConverter<T>


public interface ObjectConverter<T>
Converts WorkItemResults into table rows.
Author:
ralph
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(T object)
    Convert the given object into a row.
  • Method Details

    • convert

      Object[] convert(T object)
      Convert the given object into a row.
      Parameters:
      object -
      Returns:
      the converted object as a row