Class CisAvsFieldErrorPopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.avs.populators.CisAvsFieldErrorPopulator
-
- All Implemented Interfaces:
Populator<java.util.List<CisFieldError>,java.util.List<AddressFieldErrorData>>
public class CisAvsFieldErrorPopulator extends java.lang.Object implements Populator<java.util.List<CisFieldError>,java.util.List<AddressFieldErrorData>>
-
-
Constructor Summary
Constructors Constructor Description CisAvsFieldErrorPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(java.util.List<CisFieldError> source, java.util.List<AddressFieldErrorData> target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(java.util.List<CisFieldError> source, java.util.List<AddressFieldErrorData> target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<java.util.List<CisFieldError>,java.util.List<AddressFieldErrorData>>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-