Class DefaultExecutionRequestMapper

java.lang.Object
fr.enedis.chutney.execution.infra.execution.DefaultExecutionRequestMapper
All Implemented Interfaces:
ExecutionRequestMapper

@Component public class DefaultExecutionRequestMapper extends Object implements ExecutionRequestMapper
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultExecutionRequestMapper(fr.enedis.chutney.environment.api.target.EmbeddedTargetApi targetApi, fr.enedis.chutney.environment.api.environment.EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription)
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultExecutionRequestMapper

      public DefaultExecutionRequestMapper(fr.enedis.chutney.environment.api.target.EmbeddedTargetApi targetApi, fr.enedis.chutney.environment.api.environment.EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription)
  • Method Details

    • toDto

      public fr.enedis.chutney.engine.api.execution.ExecutionRequestDto toDto(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest)
      Specified by:
      toDto in interface ExecutionRequestMapper