Package de.hybris.platform.oauth2.data
Class DisplayUserNamePopulator
- java.lang.Object
-
- de.hybris.platform.oauth2.data.DisplayUserNamePopulator
-
- All Implemented Interfaces:
Populator<UserModel,AuthenticatedUserData>
public class DisplayUserNamePopulator extends java.lang.Object implements Populator<UserModel,AuthenticatedUserData>
-
-
Constructor Summary
Constructors Constructor Description DisplayUserNamePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(UserModel source, AuthenticatedUserData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(UserModel source, AuthenticatedUserData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<UserModel,AuthenticatedUserData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-