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] [Created] (BEANUTILS-525) Enhance BeanUtils.copyProperties with ignore fields parameter

Kevin Schuddinck created BEANUTILS-525:
------------------------------------------

             Summary: 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


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".



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