fun format(value: Any?): String (source)
Overrides TextObjectFormatterCommon.format
Returns a formatted version of the given value.
The following rules apply for the representation of an object:
null is represented as Text.NULL.Text.string
value - The value which shall be formatted.
Return
The formatted value.
protected fun format(kClass: KClass<*>): String (source)
Overrides TextObjectFormatterCommon.format