You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kevin Schuddinck (Jira)" <ji...@apache.org> on 2019/10/03 08:37:00 UTC

[jira] [Updated] (BEANUTILS-525) Enhance BeanUtils.copyProperties with ignore fields parameter

     [ https://issues.apache.org/jira/browse/BEANUTILS-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Schuddinck updated BEANUTILS-525:
---------------------------------------
    Description: 
BeanUtils.copyProperties(Object dest, Object src, String... ignoreProperties)

Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".

  was:
BeanUtils.copyProperties(Object dest, Object src, String... ignoreFields)

Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".


> Enhance BeanUtils.copyProperties with ignore fields parameter
> -------------------------------------------------------------
>
>                 Key: BEANUTILS-525
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-525
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>          Components: Locale BeanUtils / Converters
>    Affects Versions: 1.9.3
>            Reporter: Kevin Schuddinck
>            Priority: Minor
>
> BeanUtils.copyProperties(Object dest, Object src, String... ignoreProperties)
> Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)