Interface CMSDataMapper
- All Superinterfaces:
DataMapper
- All Known Implementing Classes:
DefaultCMSDataMapper
Interface to convert a source cms object to a JSON or XML using jaxb.
-
Field Summary
Fields inherited from interface de.hybris.platform.webservicescommons.mapping.DataMapper
FIELD_PREFIX, FIELD_SET_NAME, MAP_NULLS -
Method Summary
Methods inherited from interface de.hybris.platform.webservicescommons.mapping.DataMapper
map, map, map, map, map, map, map, mapAsCollection, mapAsList, mapAsSet, mapGeneric
-
Method Details
-
map
Method to convert a source object to a target object using jaxb.- Parameters:
data- the source objectfields- the list of fields to populate in the target object- Returns:
- the target object
-