Package com.hybris.cockpitng.json
Interface JSONMapper
-
- All Known Subinterfaces:
WidgetJSONMapper
- All Known Implementing Classes:
DefaultJSONMapper
public interface JSONMapperInterface of mapper from JSON objects to Java objects and vice versa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TfromJSONString(java.lang.String json, java.lang.Class<T> resultType)java.lang.StringtoJSONString(java.lang.Object object)
-