Class AddressDataErrorsPopulator
java.lang.Object
de.hybris.platform.ycommercewebservices.populator.AddressDataErrorsPopulator
- All Implemented Interfaces:
Populator<AddressVerificationResult<AddressVerificationDecision>,org.springframework.validation.Errors>
public class AddressDataErrorsPopulator
extends Object
implements Populator<AddressVerificationResult<AddressVerificationDecision>,org.springframework.validation.Errors>
Populates Errors for AddressData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AddressVerificationResult<AddressVerificationDecision> source, org.springframework.validation.Errors target) Populate the target instance with values from the source instance.
-
Constructor Details
-
AddressDataErrorsPopulator
-
-
Method Details
-
populate
public void populate(AddressVerificationResult<AddressVerificationDecision> source, org.springframework.validation.Errors target) Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AddressVerificationResult<AddressVerificationDecision>,org.springframework.validation.Errors> - Parameters:
source- the source objecttarget- the target to fill
-