Interface StringReportWriter<T extends Report>

    • Method Detail

      • write

        String write​(T data,
                     MessageCollection errors)
        Performs checks and converts the report to a string.
        Parameters:
        data - the data to write
        errors - for collecting errors
        Returns:
        the generated data, null in case of failure