Class StoreCountPopulator
java.lang.Object
de.hybris.platform.commercefacades.storefinder.converters.populator.StoreCountPopulator
- All Implemented Interfaces:
Populator<StoreCountInfo,StoreCountData>
populates
StoreCountData from StoreCountInfo-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(StoreCountInfo source, StoreCountData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
StoreCountPopulator
public StoreCountPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<StoreCountInfo,StoreCountData> - Parameters:
source- the source objecttarget- the target to fill
-