interface ObjectFormatterOption
Provides options to create an ObjectFormatter.
| abstract val translator: TranslatorThe previously chosen Translator. | 
| abstract fun withDetailedObjectFormatter(): AssertionFormatterControllerOptionUses CoreFactory.newDetailedObjectFormatter as ObjectFormatter. | |
| abstract fun withObjectFormatter(factory: (Translator) -> ObjectFormatter): AssertionFormatterControllerOptionUses the given factory to build a custom ObjectFormatter. | 
| fun create(translator: Translator): ObjectFormatterOption |