Class GwtScenarioMapper
java.lang.Object
com.chutneytesting.scenario.api.raw.mapper.GwtScenarioMapper
- All Implemented Interfaces:
GwtScenarioMarshaller
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String title, String description, String jsonScenario) static GwtScenariofromDto(String title, String desc, GwtScenarioDto dto) serialize(GwtScenario scenario) static GwtScenarioDtotoDto(GwtScenario scenario)
-
Field Details
-
mapper
public static com.fasterxml.jackson.databind.ObjectMapper mapper
-
-
Constructor Details
-
GwtScenarioMapper
public GwtScenarioMapper()
-
-
Method Details
-
fromDto
-
toDto
-
serialize
- Specified by:
serializein interfaceGwtScenarioMarshaller
-
deserialize
- Specified by:
deserializein interfaceGwtScenarioMarshaller
-