ObjectUtils.identityToString

Return a string representation of an object's overall identity. @param obj the object (may be {@code null}) @return the object's identity as string representation, or an empty string if the object was {@code null}

class ObjectUtils
static
string
identityToString
(
Object obj
)

Meta