Package graphql.i18n

Class I18nMsg

java.lang.Object
graphql.i18n.I18nMsg

public class I18nMsg extends Object
A class that represents the intention to create a I18n message
  • Constructor Details

  • Method Details

    • getMsgKey

      public String getMsgKey()
    • getMsgArguments

      public Object[] getMsgArguments()
    • addArgumentAt

      public I18nMsg addArgumentAt(int index, Object argument)
    • toI18n

      public String toI18n(I18n i18n)