Class ResolvableMessage

  • All Implemented Interfaces:
    MessageKey

    public class ResolvableMessage
    extends Object
    implements MessageKey
    Contains a message key code and the message arguments as named and indexed values to resolve it. But even named arguments have an implicit order (and therefore index) based on the order they are declared in for the message key. Use forCode(String) to create new instances.