- 
- Enclosing class:
- Messages
 
 public static interface Messages.ResolverThe message resolver allows the developers to change the way how messages are resolved.- Author:
- Bauke Scholtz
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage(String message, Object... params)Returns the resolved message based on the given message and parameters.
 
- 
- 
- 
Method Detail- 
getMessageString getMessage(String message, Object... params) Returns the resolved message based on the given message and parameters.- Parameters:
- message- The message which can be treated as for example a resource bundle key.
- params- The message format parameters, if any.
- Returns:
- The resolved message.
 
 
- 
 
-