Package graphql.parser
Class ParserOptions.Builder
java.lang.Object
graphql.parser.ParserOptions.Builder
- Enclosing class:
ParserOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
captureIgnoredChars
(boolean captureIgnoredChars) captureLineComments
(boolean captureLineComments) captureSourceLocation
(boolean captureSourceLocation) maxCharacters
(int maxCharacters) maxRuleDepth
(int maxRuleDepth) maxTokens
(int maxTokens) maxWhitespaceTokens
(int maxWhitespaceTokens) parsingListener
(ParsingListener parsingListener) readerTrackData
(boolean readerTrackData) redactTokenParserErrorMessages
(boolean redactTokenParserErrorMessages)
-
Method Details
-
captureIgnoredChars
-
captureSourceLocation
-
captureLineComments
-
readerTrackData
-
maxCharacters
-
maxTokens
-
maxWhitespaceTokens
-
maxRuleDepth
-
redactTokenParserErrorMessages
-
parsingListener
-
build
-