doc / ch.tutteli.atrium.reporting / IRawString

IRawString

interface IRawString

Marker interface for types which provide a raw string functionality and should be treated accordingly in reporting (e.g., in IObjectFormatter).

Inheritors

RawString

data class RawString : IRawString

Use this class to represent a String which should be treated as raw String in reporting.

TranslatableRawString

data class TranslatableRawString : IRawString

Use this class to represent an ITranslatable which shall be translated and then be treated as raw String in reporting.