Message

org.beangle.commons.text.i18n.Message
class Message(val key: String, val params: List[Any])

Message class.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(key: String, objs: Array[Any])

Constructor for Message.

Constructor for Message.

Attributes

def this(key: String)

Constructor for Message.

Constructor for Message.

Attributes

Concrete fields

val key: String
val params: List[Any]