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?
Asked
Active
Viewed 119 times
0
-
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