Class UserGroupPopulator
java.lang.Object
de.hybris.platform.commercefacades.customergroups.converters.populator.UserGroupPopulator
- All Implemented Interfaces:
Populator<UserGroupModel,UserGroupData>
Default populator, convert UserGroupModel to UserGroupData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(UserGroupModel source, UserGroupData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
UserGroupPopulator
public UserGroupPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserGroupModel,UserGroupData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-