Class PrincipalPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.PrincipalPopulator
-
- All Implemented Interfaces:
Populator<PrincipalModel,PrincipalData>
public class PrincipalPopulator extends java.lang.Object implements Populator<PrincipalModel,PrincipalData>
Convert a PrincipalModel to a PrincipalData
-
-
Constructor Summary
Constructors Constructor Description PrincipalPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populate(PrincipalModel source, PrincipalData target)
Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(PrincipalModel source, PrincipalData target)
Description copied from interface:Populator
Populate the target instance with values from the source instance.- Specified by:
populate
in interfacePopulator<PrincipalModel,PrincipalData>
- Parameters:
source
- the source objecttarget
- the target to fill
-
-