Package fr.enedis.chutney.execution.api
Class CampaignExecutionApiMapperImpl
java.lang.Object
fr.enedis.chutney.execution.api.CampaignExecutionApiMapperImpl
- All Implemented Interfaces:
CampaignExecutionApiMapper
@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 CampaignExecutionApiMapperImpl
extends Object
implements CampaignExecutionApiMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCampaignExecutionReportSummaryDto(fr.enedis.chutney.server.core.domain.scenario.campaign.CampaignExecution campaignExecution) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.enedis.chutney.execution.api.CampaignExecutionApiMapper
mapOptionalString, mapStatus
-
Constructor Details
-
CampaignExecutionApiMapperImpl
public CampaignExecutionApiMapperImpl()
-
-
Method Details
-
toCampaignExecutionReportSummaryDto
public CampaignExecutionReportSummaryDto toCampaignExecutionReportSummaryDto(fr.enedis.chutney.server.core.domain.scenario.campaign.CampaignExecution campaignExecution) - Specified by:
toCampaignExecutionReportSummaryDtoin interfaceCampaignExecutionApiMapper
-