Package csv.util
Interface ObjectConverter<T>
public interface ObjectConverter<T>
Converts WorkItemResults into table rows.
- Author:
- ralph
-
Method Summary
-
Method Details
-
convert
Convert the given object into a row.- Parameters:
object-- Returns:
- the converted object as a row
-