toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
ReflectionUtils
/
isToStringMethod
is
To
String
Method
open
fun
isToStringMethod
(
@
Nullable
method
:
@
Nullable
Method
)
:
Boolean
Determine whether the given method is a "toString" method.
See also
Object