Uses of Interface
graphql.parser.ParsingListener
-
Packages that use ParsingListener Package Description graphql.parser -
-
Uses of ParsingListener in graphql.parser
Fields in graphql.parser declared as ParsingListener Modifier and Type Field Description static ParsingListener
ParsingListener. NOOP
A NoOp implementation ofParsingListener
private ParsingListener
ParserOptions.Builder. parsingListener
private ParsingListener
ParserOptions. parsingListener
Methods in graphql.parser that return ParsingListener Modifier and Type Method Description ParsingListener
ParserOptions. getParsingListener()
Methods in graphql.parser with parameters of type ParsingListener Modifier and Type Method Description ParserOptions.Builder
ParserOptions.Builder. parsingListener(ParsingListener parsingListener)
-