Class SlotAdapterUtil
java.lang.Object
de.hybris.platform.cmsoccaddon.jaxb.adapters.slots.SlotAdapterUtil
This class is used by adapters to convert
ContentSlotWsDTO into XML/JSON objects.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(ContentSlotWsDTO slotDTO) ConvertsContentSlotWsDTOtoSlotAdapterUtil.SlotAdaptedDatathat can be easily converted to JSON/XML.
-
Constructor Details
-
SlotAdapterUtil
public SlotAdapterUtil()
-
-
Method Details
-
convert
ConvertsContentSlotWsDTOtoSlotAdapterUtil.SlotAdaptedDatathat can be easily converted to JSON/XML. All attributes from entries field will be moved to upper level.- Parameters:
slotDTO- theContentSlotWsDTOto convert.- Returns:
- the
SlotAdapterUtil.SlotAdaptedData.
-