Interface WrapperGenerator.MessageInfo

  • Enclosing class:
    WrapperGenerator

    public static interface WrapperGenerator.MessageInfo
    Hidden interface implemented by the result of the makeWrapper call. This is needed in the resource file generation tool.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getMessageInfo()
      Return a map from message ID to message for all exceptions defined in a @ExceptionWrapper interface.
    • Method Detail

      • getMessageInfo

        java.util.Map<java.lang.String,​java.lang.String> getMessageInfo()
        Return a map from message ID to message for all exceptions defined in a @ExceptionWrapper interface. The key in the result is the message ID, and the value is the message string (defined in @Message).
        Returns:
        map from message ID to message.