You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
The generated model classes has neither a hash code nor an equals method. This leads to that when I wan't to test my endpoint implementations I always have to use a recursive comparison.
So it would be nice to be able to get the hashcode and equals method generated.
The text was updated successfully, but these errors were encountered:
Not sure I want to generate equals() & hasCode(). Depends on the number of cases it needs to handle. If the array is the only special case it looks manageable. :)
The generated model classes has neither a hash code nor an equals method. This leads to that when I wan't to test my endpoint implementations I always have to use a recursive comparison.
So it would be nice to be able to get the hashcode and equals method generated.
The text was updated successfully, but these errors were encountered: