Interface MessageSourceResolvable

    • Method Detail

      • getCodes

        @Nullable
        String[] getCodes()
        Return the codes to be used to resolve this message, in the order that they should get tried. The last code will therefore be the default one.
        Returns:
        a String array of codes which are associated with this message
      • getArguments

        @Nullable
        default Object[] getArguments()
        Return the array of arguments to be used to resolve this message.

        The default implementation simply returns null.

        Returns:
        an array of objects to be used as parameters to replace placeholders within the message text
        See Also:
        MessageFormat