TextObjectFormatter

Marker interface for ObjectFormatter which are intended for text output, e.g. for terminal output.

Inheritors

Functions

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

Returns a formatted version of the given value.