Package dev.aherscu.qa.testing.utils
Class ObjectMapperUtils
- java.lang.Object
-
- dev.aherscu.qa.testing.utils.ObjectMapperUtils
-
public final class ObjectMapperUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.fasterxml.jackson.databind.ObjectMapper
mapper
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
fromJson(String json, Class<T> type)
static <T> String
toJson(T object)
-