doc / ch.tutteli.atrium.reporting / ReporterBuilder / withTranslator

withTranslator

fun withTranslator(translator: Translator): ReporterBuilder.ObjectFormatterOptions
Deprecated: Use reporterBuilder from package domain.builders.reporting; will be removed with 1.0.0

Uses the given translator as Translator skipping the options for TranslationSupplier and LocaleOrderDecider assuming the given translator is implemented differently -- use withDefaultTranslationSupplier or withTranslationSupplier in case the given translator requires a TranslationSupplier or a LocaleOrderDecider.