Uses of Class
graphql.parser.ParserEnvironment.Builder
-
Packages that use ParserEnvironment.Builder Package Description graphql.parser -
-
Uses of ParserEnvironment.Builder in graphql.parser
Methods in graphql.parser that return ParserEnvironment.Builder Modifier and Type Method Description ParserEnvironment.BuilderParserEnvironment.Builder. document(java.io.Reader documentText)ParserEnvironment.BuilderParserEnvironment.Builder. document(java.lang.String documentText)ParserEnvironment.BuilderParserEnvironment.Builder. locale(java.util.Locale locale)static ParserEnvironment.BuilderParserEnvironment. newParserEnvironment()ParserEnvironment.BuilderParserEnvironment.Builder. parserOptions(ParserOptions parserOptions)
-