Uses of Class
graphql.i18n.I18n
Packages that use I18n
-
Uses of I18n in graphql.i18n
Methods in graphql.i18n that return I18nModifier and TypeMethodDescriptionstatic I18n
I18n.i18n
(I18n.BundleType bundleType, Locale locale) Methods in graphql.i18n with parameters of type I18n -
Uses of I18n in graphql.parser
Fields in graphql.parser declared as I18nMethods in graphql.parser that return I18nMethods in graphql.parser with parameters of type I18nModifier and TypeMethodDescriptionprivate static int
UnicodeUtil.getEndIndexExclusive
(I18n i18n, String string, int i, SourceLocation sourceLocation) static int
UnicodeUtil.parseAndWriteUnicode
(I18n i18n, StringWriter writer, String string, int i, SourceLocation sourceLocation) static String
StringValueParsing.parseSingleQuotedString
(I18n i18n, String string, SourceLocation sourceLocation) Constructors in graphql.parser with parameters of type I18nModifierConstructorDescriptionGraphqlAntlrToLanguage
(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserOptions parserOptions, I18n i18N, @Nullable Map<Node<?>, org.antlr.v4.runtime.ParserRuleContext> nodeToRuleMap) -
Uses of I18n in graphql.parser.exceptions
Constructors in graphql.parser.exceptions with parameters of type I18nModifierConstructorDescriptionInvalidUnicodeSyntaxException
(@NotNull I18n i18N, @NotNull String msgKey, @NotNull SourceLocation sourceLocation, @NotNull String offendingToken) MoreTokensSyntaxException
(@NotNull I18n i18N, @NotNull SourceLocation sourceLocation, @NotNull String offendingToken, @NotNull String sourcePreview) ParseCancelledException
(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable String offendingToken, int maxTokens, @NotNull String tokenType) ParseCancelledTooDeepException
(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable String offendingToken, int maxTokens, @NotNull String tokenType) ParseCancelledTooManyCharsException
(@NotNull I18n i18N, int maxCharacters) -
Uses of I18n in graphql.validation
Fields in graphql.validation declared as I18nMethods in graphql.validation that return I18nConstructors in graphql.validation with parameters of type I18nModifierConstructorDescriptionValidationContext
(GraphQLSchema schema, Document document, I18n i18n)