I try to use BeanUtils.copyProperties
in my local project and looking for ways to avoid copying null value. I saw this close pull request. I try to make it more compatible.
Comment From: pivotal-cla
@human-user Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@human-user Thank you for signing the Contributor License Agreement!
Comment From: snicoll
Thanks for the PR but, as stated in its javadoc, BeanUtils
is primarily for our own use and such feature is not needed at the moment. For more advanced support, please consider the options described in the javadoc.