News

The pojo.mustache template used for Java models always includes equals, hashcode and toString methods. There may be occurrences when they are not relevant, or we don't want them generated (the ...
Describe the problem you are trying to solve. It's a common practice to log java objects, however in case of protobuf-generated classes toString() output is very long and multiline, see also #13576.