Class DefaultGigyaUserPopulator

  • All Implemented Interfaces:
    Populator<CustomerModel,​com.gigya.socialize.GSObject>

    public class DefaultGigyaUserPopulator
    extends java.lang.Object
    implements Populator<CustomerModel,​com.gigya.socialize.GSObject>
    Populator to convert gigya user model to gsObject
    • Constructor Detail

      • DefaultGigyaUserPopulator

        public DefaultGigyaUserPopulator()
    • Method Detail

      • populate

        public void populate​(CustomerModel gigyaUser,
                             com.gigya.socialize.GSObject gsObject)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<CustomerModel,​com.gigya.socialize.GSObject>
        Parameters:
        gigyaUser - the source object
        gsObject - the target to fill
      • setModelService

        public void setModelService​(ModelService modelService)
      • setCustomerNameStrategy

        public void setCustomerNameStrategy​(CustomerNameStrategy customerNameStrategy)