abstract fun newDetailedObjectFormatter(translator: Translator): ObjectFormatter
Creates an ObjectFormatter which represents objects by using their Object.toString representation including Class.name and their System.identityHashCode.
Return
The newly created object formatter.