public interface StringBridge
Modifier and Type | Method and Description |
---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
String objectToString(Object object)
object
- The object to transform into a string representation.null
. It can be empty though.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved