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

isToStringMethod

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

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

See Also
java.lang.Object#toString()