abstract fun newDetailedObjectFormatter(translator: Translator): ObjectFormatter
(source)
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.