Interface CMSDataMapper
-
- All Superinterfaces:
DataMapper
- All Known Implementing Classes:
DefaultCMSDataMapper
public interface CMSDataMapper extends DataMapper
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectmap(java.lang.Object data, java.lang.String fields)Method to convert a source object to a target object using jaxb.-
Methods inherited from interface de.hybris.platform.webservicescommons.mapping.DataMapper
map, map, map, map, map, map, map, mapAsCollection, mapAsList, mapAsSet, mapGeneric
-
-