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-08-22T09:26:29+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.8 (Eclipse Adoptium)")
@Component
public class ScenarioExecutionReportMapperImpl
extends Object
implements ScenarioExecutionReportMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<StepExecutionReportCoreDto> toDto(ScenarioExecutionReport source) toStepDto(StepExecutionReportCore domain)
-
Constructor Details
-
ScenarioExecutionReportMapperImpl
public ScenarioExecutionReportMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceScenarioExecutionReportMapper
-
toStepDto
- Specified by:
toStepDtoin interfaceScenarioExecutionReportMapper
-
stepExecutionReportCoreListToStepExecutionReportCoreDtoList
protected List<StepExecutionReportCoreDto> stepExecutionReportCoreListToStepExecutionReportCoreDtoList(List<StepExecutionReportCore> list)
-