spring-framework / org.springframework.util / ReflectionUtils / isHashCodeMethod

isHashCodeMethod

open static fun isHashCodeMethod(@Nullable method: Method): Boolean

Determine whether the given method is a "hashCode" method.

See Also
java.lang.Object#hashCode()