open fun format(value: Any?): String
(source)
Overrides ObjectFormatter.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 abstract fun format(kClass: KClass<*>): String
(source)