Class SlotAdapterUtil
- java.lang.Object
-
- de.hybris.platform.cmsocc.jaxb.adapters.slots.SlotAdapterUtil
-
public class SlotAdapterUtil extends java.lang.ObjectThis class is used by adapters to convertContentSlotWsDTOinto XML/JSON objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlotAdapterUtil.SlotAdaptedData
-
Constructor Summary
Constructors Constructor Description SlotAdapterUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SlotAdapterUtil.SlotAdaptedDataconvert(ContentSlotWsDTO slotDTO)ConvertsContentSlotWsDTOtoSlotAdapterUtil.SlotAdaptedDatathat can be easily converted to JSON/XML.
-
-
-
Method Detail
-
convert
public static SlotAdapterUtil.SlotAdaptedData convert(ContentSlotWsDTO slotDTO)
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.
-
-