doc / ch.tutteli.atrium.core / CoreFactoryCommon / newDetailedObjectFormatter

newDetailedObjectFormatter

abstract fun newDetailedObjectFormatter(translator: Translator): ObjectFormatter

Creates an ObjectFormatter which represents objects by using their Any.toString representation including KClass.qualifiedName (and possibly further platform specific declarations).

Return
The newly created object formatter.