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