Uses of Class
graphql.i18n.I18nMsg
-
Packages that use I18nMsg Package Description graphql.i18n graphql.validation -
-
Uses of I18nMsg in graphql.i18n
Methods in graphql.i18n that return I18nMsg Modifier and Type Method Description I18nMsg
I18nMsg. addArgumentAt(int index, java.lang.Object argument)
-
Uses of I18nMsg in graphql.validation
Methods in graphql.validation that return I18nMsg Modifier and Type Method Description I18nMsg
ArgumentValidationUtil. getMsgAndArgs()
Methods in graphql.validation with parameters of type I18nMsg Modifier and Type Method Description java.lang.String
AbstractRule. i18n(ValidationErrorType validationErrorType, I18nMsg i18nMsg)
Creates an I18n message using theI18nMsg
-