Package graphql.parser
Class ParserOptions.Builder
java.lang.Object
graphql.parser.ParserOptions.Builder
- Enclosing class:
ParserOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate intprivate intprivate intprivate intprivate ParsingListenerprivate boolean -
Constructor Summary
Constructors -
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)
-
Field Details
-
captureIgnoredChars
private boolean captureIgnoredChars -
captureSourceLocation
private boolean captureSourceLocation -
captureLineComments
private boolean captureLineComments -
readerTrackData
private boolean readerTrackData -
parsingListener
-
maxCharacters
private int maxCharacters -
maxTokens
private int maxTokens -
maxWhitespaceTokens
private int maxWhitespaceTokens -
maxRuleDepth
private int maxRuleDepth
-
-
Constructor Details
-
Builder
Builder() -
Builder
Builder(ParserOptions parserOptions)
-
-
Method Details
-
captureIgnoredChars
-
captureSourceLocation
-
captureLineComments
-
readerTrackData
-
maxCharacters
-
maxTokens
-
maxWhitespaceTokens
-
maxRuleDepth
-
parsingListener
-
build
-