highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
109 stars 54 forks source link

DefaultToStringStrategy does not allow any configuration. #84

Closed ksiczek closed 6 years ago

ksiczek commented 7 years ago

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.

highsource commented 6 years ago

You can implement and configure your own strategy. You can't configure existing strategies.