Class YFormDefinitionPopulator<SOURCE extends YFormDefinitionModel,TARGET extends YFormDefinitionData>
- java.lang.Object
-
- de.hybris.platform.xyformsfacades.form.converters.populator.YFormDefinitionPopulator<SOURCE,TARGET>
-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class YFormDefinitionPopulator<SOURCE extends YFormDefinitionModel,TARGET extends YFormDefinitionData> extends java.lang.Object implements Populator<SOURCE,TARGET>
Converter implementation forYFormDefinitionModelas source andYFormDefinitionDataas target type.
-
-
Constructor Summary
Constructors Constructor Description YFormDefinitionPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SOURCE source, TARGET target) throws ConversionException
Populate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends YFormDefinitionModel,TARGET extends YFormDefinitionData>- Parameters:
source- the YFormDefinitionModeltarget- the YFormDefinitionData to fill- Throws:
ConversionException- if an error occurs
-
-