Uses of Class
graphql.i18n.I18n
-
Packages that use I18n Package Description graphql.i18n graphql.parser graphql.parser.exceptions graphql.validation -
-
Uses of I18n in graphql.i18n
Methods in graphql.i18n that return I18n Modifier and Type Method Description static I18n
I18n. i18n(I18n.BundleType bundleType, java.util.Locale locale)
Methods in graphql.i18n with parameters of type I18n Modifier and Type Method Description java.lang.String
I18nMsg. toI18n(I18n i18n)
-
Uses of I18n in graphql.parser
Fields in graphql.parser declared as I18n Modifier and Type Field Description private I18n
GraphqlAntlrToLanguage. i18N
Methods in graphql.parser that return I18n Modifier and Type Method Description I18n
ParserEnvironment. getI18N()
Methods in graphql.parser with parameters of type I18n Modifier and Type Method Description private static int
UnicodeUtil. getEndIndexExclusive(I18n i18n, java.lang.String string, int i, SourceLocation sourceLocation)
static int
UnicodeUtil. parseAndWriteUnicode(I18n i18n, java.io.StringWriter writer, java.lang.String string, int i, SourceLocation sourceLocation)
static java.lang.String
StringValueParsing. parseSingleQuotedString(I18n i18n, java.lang.String string, SourceLocation sourceLocation)
Constructors in graphql.parser with parameters of type I18n Constructor Description GraphqlAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserOptions parserOptions, I18n i18N, @Nullable java.util.Map<Node<?>,org.antlr.v4.runtime.ParserRuleContext> nodeToRuleMap)
-
Uses of I18n in graphql.parser.exceptions
Constructors in graphql.parser.exceptions with parameters of type I18n Constructor Description InvalidUnicodeSyntaxException(@NotNull I18n i18N, @NotNull java.lang.String msgKey, @NotNull SourceLocation sourceLocation, @NotNull java.lang.String offendingToken)
MoreTokensSyntaxException(@NotNull I18n i18N, @NotNull SourceLocation sourceLocation, @NotNull java.lang.String offendingToken, @NotNull java.lang.String sourcePreview)
ParseCancelledException(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable java.lang.String offendingToken, int maxTokens, @NotNull java.lang.String tokenType)
ParseCancelledTooDeepException(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable java.lang.String offendingToken, int maxTokens, @NotNull java.lang.String tokenType)
ParseCancelledTooManyCharsException(@NotNull I18n i18N, int maxCharacters)
-
Uses of I18n in graphql.validation
Fields in graphql.validation declared as I18n Modifier and Type Field Description private I18n
ValidationContext. i18n
Methods in graphql.validation that return I18n Modifier and Type Method Description I18n
ValidationContext. getI18n()
Constructors in graphql.validation with parameters of type I18n Constructor Description ValidationContext(GraphQLSchema schema, Document document, I18n i18n)
-