TextObjectFormatterCommon

Base class for the platform specific implementation of DefaultTextObjectFormatter.

It cannot format Java's Class, this has to be done in the JVM module. Moreover it requires a platform specific implementation of identityHash and format a KClass.

Inheritors

Constructors

Link copied to clipboard
constructor(translator: Translator)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun format(value: Any?): String

Returns a formatted version of the given value.