Interface MessageFormatter.Formandum

All Known Implementing Classes:
MessageFormatter.SimpleFormandum
Enclosing class:
MessageFormatter<D>

public static interface MessageFormatter.Formandum
Represents sub-objects of messages which can be translated and formatted.
  • Method Summary

    Modifier and Type
    Method
    Description
    Evident.
    Evident.
  • Method Details

    • getText

      String getText()
      Evident.
      Returns:
      the format string.
    • getArgs

      Object[] getArgs()
      Evident.
      Returns:
      the argument objects.