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

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

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

import io.hyperfoil.tools.horreum.api.data.ActionLog;
import io.hyperfoil.tools.horreum.entity.ActionLogDAO;

public class ActionLogMapper {

    public static ActionLog from(ActionLogDAO al) {
        return new ActionLog(al.level, al.testId, al.event, al.type, al.message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy