You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/05 23:34:00 UTC

[jira] [Work logged] (LANG-1662) Let ReflectionToStringBuilder only reflect given field names

     [ https://issues.apache.org/jira/browse/LANG-1662?focusedWorklogId=788073&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-788073 ]

ASF GitHub Bot logged work on LANG-1662:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jul/22 23:33
            Start Date: 05/Jul/22 23:33
    Worklog Time Spent: 10m 
      Work Description: garydgregory closed pull request #849: [LANG-1662] Let ReflectionToStringBuilder only reflect given field names
URL: https://github.com/apache/commons-lang/pull/849




Issue Time Tracking
-------------------

            Worklog Id:     (was: 788073)
    Remaining Estimate: 2h 50m  (was: 3h)
            Time Spent: 3h 10m  (was: 3h)

> Let ReflectionToStringBuilder only reflect given field names
> ------------------------------------------------------------
>
>                 Key: LANG-1662
>                 URL: https://issues.apache.org/jira/browse/LANG-1662
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.builder.*
>            Reporter: Daniel Augusto Veronezi Salvador
>            Priority: Minor
>             Fix For: 3.13.0
>
>   Original Estimate: 6h
>          Time Spent: 3h 10m
>  Remaining Estimate: 2h 50m
>
> *ReflectionToStringBuilder* has methods to exclude fields from *toString*; If we have an object with several fields and want to reflect only a fews, we have to list all the fields that we don't want to reflect and pass to *excludeFieldNames*.
> Would be valid implement a way to pass the fields that we want and reflect only the selected fields?
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)