Package graphql.parser
Interface ParserEnvironment
This is the arguments that can be passed to a
Parser
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getDocument
Reader getDocument()- Returns:
- the document to be parsed
-
getParserOptions
ParserOptions getParserOptions()- Returns:
- the parsing options
-
getLocale
Locale getLocale()- Returns:
- the locale to produce parsing error messages in
-
getI18N
I18n getI18N()- Returns:
- the
I18n
to produce parsing error messages with
-
newParserEnvironment
- Returns:
- a builder of new parsing options
-