0

I have WSDL XSD and I used JAXB and wsimport to generate Java class for that XSD. Now I want to override the toString() method of that XSD Java class so that the data of objects it compose does not get printed on calling toString() method of that XSD Java class. How can I do it for a Gradle project?

Mark Rotteveel
  • 90,369
  • 161
  • 124
  • 175
Jai
  • 131
  • 2
  • 8
  • Does this answer your question? [Add toString, hashCode, equals while generating JAXB classes in Java](https://stackoverflow.com/questions/32334372/add-tostring-hashcode-equals-while-generating-jaxb-classes-in-java) – pleft Sep 09 '21 at 17:08

0 Answers0