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-08-22T09:26:29+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.8 (Eclipse Adoptium)")
@Component
public class CampaignExecutionApiMapperImpl
extends Object
implements CampaignExecutionApiMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCampaignExecutionReportSummaryDto(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(CampaignExecution campaignExecution) - Specified by:
toCampaignExecutionReportSummaryDtoin interfaceCampaignExecutionApiMapper
-