Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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?