I use it toString method as a kind of a key in grouping some performance results (e.g. each call for the same data should go to the same group) and I need to get rid of the '@' with the object identifier. Is there any way to configure toString strategy to disable 'useIdentityHashCode'?
Hi,
I use it toString method as a kind of a key in grouping some performance results (e.g. each call for the same data should go to the same group) and I need to get rid of the '@' with the object identifier. Is there any way to configure toString strategy to disable 'useIdentityHashCode'?
Thanks in advance, Karol.