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
As illustrated by this issue, it would be very useful if the framework scanned the custom Object types used for mapping JSON and logged a WARN message in case equals and hashCode are not properly implemented.
The check should be done for:
POJO Object types
Collection<POJO> or Map<K, V>
The text was updated successfully, but these errors were encountered:
As illustrated by this issue, it would be very useful if the framework scanned the custom Object types used for mapping JSON and logged a WARN message in case
equals
andhashCode
are not properly implemented.The check should be done for:
Collection<POJO>
orMap<K, V>
The text was updated successfully, but these errors were encountered: