Package fr.enedis.chutney.execution.api
Class ScenarioExecutionReportMapperImpl
java.lang.Object
fr.enedis.chutney.execution.api.ScenarioExecutionReportMapperImpl
- All Implemented Interfaces:
ScenarioExecutionReportMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-11-14T10:37:51+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.9 (Eclipse Adoptium)")
@Component
public class ScenarioExecutionReportMapperImpl
extends Object
implements ScenarioExecutionReportMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<StepExecutionReportCoreDto> stepExecutionReportCoreListToStepExecutionReportCoreDtoList(List<fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore> list) toDto(fr.enedis.chutney.server.core.domain.execution.report.ScenarioExecutionReport source) toStepDto(fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore domain)
-
Constructor Details
-
ScenarioExecutionReportMapperImpl
public ScenarioExecutionReportMapperImpl()
-
-
Method Details
-
toDto
public ScenarioExecutionReportDto toDto(fr.enedis.chutney.server.core.domain.execution.report.ScenarioExecutionReport source) - Specified by:
toDtoin interfaceScenarioExecutionReportMapper
-
toStepDto
public StepExecutionReportCoreDto toStepDto(fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore domain) - Specified by:
toStepDtoin interfaceScenarioExecutionReportMapper
-
stepExecutionReportCoreListToStepExecutionReportCoreDtoList
protected List<StepExecutionReportCoreDto> stepExecutionReportCoreListToStepExecutionReportCoreDtoList(List<fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore> list)
-