stringifyOrElseNull

public abstract String stringifyOrElseNull(Object object)(source)

Creates a string representation of the given object or null, if no string representation can be created.

Return

the string representation of the given object or null

Parameters

object

the object to create a string representation for