Class UserUidPopulator
java.lang.Object
de.hybris.platform.smarteditwebservices.oauth2.populator.UserUidPopulator
- All Implemented Interfaces:
Populator<UserModel,SmarteditAuthenticatedUserData>
public class UserUidPopulator
extends Object
implements Populator<UserModel,SmarteditAuthenticatedUserData>
Populates the
SmarteditAuthenticatedUserData uid field using the UserModel uid field-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(UserModel source, SmarteditAuthenticatedUserData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
UserUidPopulator
public UserUidPopulator()
-
-
Method Details
-
populate
public void populate(UserModel source, SmarteditAuthenticatedUserData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserModel,SmarteditAuthenticatedUserData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-