public class LithoRepresentation
extends StandardRepresentation
Constructor and Description |
---|
LithoRepresentation(ComponentContext mComponentContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toStringOf(java.lang.Object object)
Returns the standard
toString representation of the given object. |
public LithoRepresentation(ComponentContext mComponentContext)
public java.lang.String toStringOf(java.lang.Object object)
toString
representation of the given object. It may or not the
object's own implementation of toString
.object
- the given object.toString
representation of the given object.