Interface StringReportReader<T extends Report>

    • Method Detail

      • read

        List<T> read​(String s)
        Reads the data.
        Parameters:
        s - the string to read from
        Returns:
        the report loaded from the string