@Status(stage=DEVELOPMENT, unitTests=COMPLETE) public final class ObjectToStringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
objectToString(Object object)
Creates a String representation of the supplied object where the
different fields of the supplied object are ordered from super-class
to sub-class and within a class, they are ordered by name.
|
public static String objectToString(Object object)
object
- The object to create a String representation of.Copyright © 2008–2018. All rights reserved.