Interface Message

All Superinterfaces:
Serializable

public interface Message extends Serializable
Encapsulates a message before it has been resolved via an I18N resolver
Since:
2.0
  • Method Details

    • getKey

      String getKey()
      Returns:
      the i18n message key
    • getArguments

      Serializable[] getArguments()
      Returns:
      the arguments to insert into the resolved message