Class ComposableStepMapper
- java.lang.Object
-
- com.chutneytesting.component.scenario.api.ComposableStepMapper
-
public class ComposableStepMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ComposableStepMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComposableStepfromDto(ComposableStepDto dto)static Map<String,Object>fromDtoParameters(Map<String,Object> parametersDto)static ComposableStepDtotoDto(ComposableStep composableStep)
-
-
-
Method Detail
-
toDto
public static ComposableStepDto toDto(ComposableStep composableStep)
-
fromDto
public static ComposableStep fromDto(ComposableStepDto dto)
-
-