Re: Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-12-14 Thread Daniel Augusto Veronezi Salvador
regards, Daniel Salvador On 26/07/2021 10:21, Daniel Augusto Veronezi Salvador wrote: Hello, is there any update about this? Best regards, Daniel Salvador On 08/07/2021 09:43, Daniel Augusto Veronezi Salvador wrote: Thanks for the reply Mark, I showed you parts of the snippet to avoid a long reply

Re: Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-07-26 Thread Daniel Augusto Veronezi Salvador
Hello, is there any update about this? Best regards, Daniel Salvador On 08/07/2021 09:43, Daniel Augusto Veronezi Salvador wrote: Thanks for the reply Mark, I showed you parts of the snippet to avoid a long reply, but I think it turn it confusing. Here is the the full snippet (the

Re: Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-07-08 Thread Daniel Augusto Veronezi Salvador
llValues" would not reach the goal. On 08/07/2021 04:06, Mark Dacek wrote: I'm not sure whether the example given is indicative of all of your use cases, but calling* setExcludeNullValues(true)* would accomplish your above goal. On Wed, Jul 7, 2021 at 6:57 PM Daniel Augusto Veronezi S

Re: Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-07-07 Thread Daniel Augusto Veronezi Salvador
se a > regular ToStringBuilder? That allows you to append each field you want. > Yes, you have to type each field name twice (for the name and the > value), but is that so much more work that it would require complicating > the ReflectiontoStringBuilder API? > > > On 02/07/2021 20:

Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-07-02 Thread Daniel Augusto Veronezi Salvador
Hello, This is my first interaction with this community, so I may commit some mistakes 😁. *ReflectionToStringBuilder* has methods to exclude fields from *toString*; If we have an object with several fields and want to reflect only a some, we have to list all the fields that we don't want to