Interface Messages.Resolver

Enclosing class:
Messages

public static interface Messages.Resolver
The message resolver allows the developers to change the way how messages are resolved.
Author:
Bauke Scholtz
  • Method Summary

    Modifier and Type
    Method
    Description
    getMessage(String message, Object... params)
    Returns the resolved message based on the given message and parameters.
  • Method Details

    • getMessage

      String 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.