You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "shashankrnr32 (via GitHub)" <gi...@apache.org> on 2023/07/28 09:27:26 UTC

[GitHub] [commons-lang] shashankrnr32 commented on pull request #1082: Add capacity for ReflectionToStringBuilder to include methods annotated with @ToStringInclude

shashankrnr32 commented on PR #1082:
URL: https://github.com/apache/commons-lang/pull/1082#issuecomment-1655367982

   Yes. But the methods declared in a class are not included in the `toString` output. Lets say I want to exclude a field in the output and include a modified value (masked, abbreviated) that is generated by a method, we can include with such a feature.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org