interface RawString
Marker interface for types which provide a raw string functionality and should be treated accordingly in reporting (e.g., in ObjectFormatter).
val
An empty string as RawString. |
|
val
The representation for |
fun fun |
data class
Use this class to represent a String which should be treated as raw String in reporting. |
|
data class
Use this class to represent a Translatable which shall be translated and then be treated as raw String in reporting. |