Class ComponentExecutionRequestMapper
java.lang.Object
com.chutneytesting.component.execution.infra.ComponentExecutionRequestMapper
- All Implemented Interfaces:
ExecutionRequestMapper
@Primary
@Component
public class ComponentExecutionRequestMapper
extends Object
implements ExecutionRequestMapper
-
Constructor Summary
ConstructorsConstructorDescriptionComponentExecutionRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription) -
Method Summary
Modifier and TypeMethodDescriptioncom.chutneytesting.engine.api.execution.ExecutionRequestDtotoDto(ExecutionRequest executionRequest)
-
Constructor Details
-
ComponentExecutionRequestMapper
public ComponentExecutionRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription)
-
-
Method Details
-
toDto
public com.chutneytesting.engine.api.execution.ExecutionRequestDto toDto(ExecutionRequest executionRequest) - Specified by:
toDtoin interfaceExecutionRequestMapper
-