Class DefaultGigyaUserReversePopulator

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

    public class DefaultGigyaUserReversePopulator
    extends java.lang.Object
    implements Populator<com.gigya.socialize.GSResponse,​CustomerModel>
    • Constructor Detail

      • DefaultGigyaUserReversePopulator

        public DefaultGigyaUserReversePopulator()
    • Method Detail

      • populate

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

        public void setModelService​(ModelService modelService)