Class DataSetMapper
- java.lang.Object
-
- com.chutneytesting.component.dataset.api.DataSetMapper
-
public class DataSetMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DataSetMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataSetfromDto(DataSetDto dto)static DataSetDtotoDto(DataSet dataSet, Integer version)
-
-
-
Method Detail
-
toDto
public static DataSetDto toDto(DataSet dataSet, Integer version)
-
fromDto
public static DataSet fromDto(DataSetDto dto)
-
-