it looks like json2pojo creates a comparison method (equals(Object other)) for arrays defined in the sample JSON file which leads to a compiler error. I would like to suppress the generation of such methods as it currently does not makes sense for my use case (yet).
In my 24 pojo classes, I have this same issue in 23 of them and the last one is called an "Object" which is also a red flag for me.
Hi,
it looks like json2pojo creates a comparison method (equals(Object other)) for arrays defined in the sample JSON file which leads to a compiler error. I would like to suppress the generation of such methods as it currently does not makes sense for my use case (yet).
In my 24 pojo classes, I have this same issue in 23 of them and the last one is called an "Object" which is also a red flag for me.
Any ideas how to fix this ?
Cheers, Geo