All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.tools.horreum.mapper.ReportLogMapper Maven / Gradle / Ivy

The newest version!
package io.hyperfoil.tools.horreum.mapper;

import io.hyperfoil.tools.horreum.api.report.ReportLog;
import io.hyperfoil.tools.horreum.entity.report.ReportLogDAO;

public class ReportLogMapper {
    public static ReportLog from(ReportLogDAO rl) {
        return new ReportLog(rl.getReportId(), rl.level, rl.message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy