Class SlotWsDTOAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<SlotAdapterUtil.SlotAdaptedData,ContentSlotWsDTO>
-
- de.hybris.platform.cmsoccaddon.jaxb.adapters.slots.SlotWsDTOAdapter
-
public class SlotWsDTOAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<SlotAdapterUtil.SlotAdaptedData,ContentSlotWsDTO>
This adapter is used to convertContentSlotWsDTOintoSlotAdapterUtil.SlotAdaptedData
-
-
Constructor Summary
Constructors Constructor Description SlotWsDTOAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SlotAdapterUtil.SlotAdaptedDataconvert(ContentSlotWsDTO slot)SlotAdapterUtil.SlotAdaptedDatamarshal(ContentSlotWsDTO slot)ContentSlotWsDTOunmarshal(SlotAdapterUtil.SlotAdaptedData slotAdaptedData)
-
-
-
Method Detail
-
marshal
public SlotAdapterUtil.SlotAdaptedData marshal(ContentSlotWsDTO slot)
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<SlotAdapterUtil.SlotAdaptedData,ContentSlotWsDTO>
-
convert
protected SlotAdapterUtil.SlotAdaptedData convert(ContentSlotWsDTO slot)
-
unmarshal
public ContentSlotWsDTO unmarshal(SlotAdapterUtil.SlotAdaptedData slotAdaptedData)
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<SlotAdapterUtil.SlotAdaptedData,ContentSlotWsDTO>
-
-