public interface Message extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
default Set<Locale> |
getLocales() |
default String |
getLocalesAsString() |
default String |
getTranslation(Locale locale) |
Map<Locale,String> |
getTranslations() |
void |
setKey(String key) |
void |
setTranslations(Map<Locale,String> translations) |
Copyright © 2017. All rights reserved.