Interface ResultRowParser


  • public interface ResultRowParser
    Interface of parser that parses row of results to list of strings.
    Author:
    Jakub Kulaviak
    • Method Detail

      • parse

        java.util.List<java.lang.String> parse​(ResultsRow<?> resultsRow)
        Parse result row to list of strings.
        Parameters:
        resultsRow - result row
        Returns:
        list of strings