Class CsTicketPopulator<SOURCE extends CsTicketParameter,TARGET extends CsTicketModel>
java.lang.Object
de.hybris.platform.ticket.converters.populator.CsTicketPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class CsTicketPopulator<SOURCE extends CsTicketParameter,TARGET extends CsTicketModel>
extends Object
implements Populator<SOURCE,TARGET>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CsTicketPopulator
public CsTicketPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends CsTicketParameter,TARGET extends CsTicketModel> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-