Skip to content

Instantly share code, notes, and snippets.

@huantt
Created April 9, 2019 03:51
Show Gist options
  • Select an option

  • Save huantt/0fb13f3fc330fe006852be3d5e201a91 to your computer and use it in GitHub Desktop.

Select an option

Save huantt/0fb13f3fc330fe006852be3d5e201a91 to your computer and use it in GitHub Desktop.
We can use this function to copy value from an object to another object that has some fields is the same
DeviceInfo deviceInfo = new DeviceInfo()
InvokerHelper.setProperties(deviceInfo, deviceDetector.getDeviceInfo(client.userAgent).properties)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment