Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class MessageParser(message: CharSequence, ignoreMessageParseErrors: Boolean = i18n4k.ignoreMessageParseErrors)
Parser for the de.comahe.i18n4k.messages.formatter.MessageFormatterDefault format
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MessagePartParam(val name: CharSequence, val type: CharSequence? = null, var style: StylePart? = null) : MessagePart
Link copied to clipboard
Link copied to clipboard
Style modifier
Link copied to clipboard
Style part that is just an argument and not a nested message part
Link copied to clipboard
List of style modifier separated by "|"
Link copied to clipboard
Style part that is nested message part
Link copied to clipboard
interface TextWithParameters