Interface MessageFormatter

All Known Implementing Classes:
BasicMessageFormatter, JavaMessageFormatBaseMessageFormatter

public interface MessageFormatter
メッセージをフォーマットするインタフェース。
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String template, Object[] options)
    メッセージをフォーマットする。
  • Method Details

    • format

      String format(String template, Object[] options)
      メッセージをフォーマットする。
      Parameters:
      template - フォーマット対象のメッセージテンプレート
      options - オプション情報
      Returns:
      フォーマット後のメッセージ