Interface ExecutionRequestMapper

All Known Implementing Classes:
DefaultExecutionRequestMapper

public interface ExecutionRequestMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    fr.enedis.chutney.engine.api.execution.ExecutionRequestDto
    toDto(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest)
     
  • Method Details

    • toDto

      fr.enedis.chutney.engine.api.execution.ExecutionRequestDto toDto(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest)