Uses of Class
graphql.language.DirectiveLocation
-
Packages that use DirectiveLocation Package Description graphql.introspection graphql.language graphql.parser -
-
Uses of DirectiveLocation in graphql.introspection
Methods in graphql.introspection that return types with arguments of type DirectiveLocation Modifier and Type Method Description private java.util.List<DirectiveLocation>IntrospectionResultToSchema. createDirectiveLocations(java.util.List<java.lang.Object> locations) -
Uses of DirectiveLocation in graphql.language
Fields in graphql.language with type parameters of type DirectiveLocation Modifier and Type Field Description private com.google.common.collect.ImmutableList<DirectiveLocation>DirectiveDefinition.Builder. directiveLocationsprivate com.google.common.collect.ImmutableList<DirectiveLocation>DirectiveDefinition. directiveLocationsMethods in graphql.language that return DirectiveLocation Modifier and Type Method Description DirectiveLocationDirectiveLocation.Builder. build()DirectiveLocationDirectiveLocation. deepCopy()DirectiveLocationDirectiveLocation. transform(java.util.function.Consumer<DirectiveLocation.Builder> builderConsumer)DirectiveLocationDirectiveLocation. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type DirectiveLocation Modifier and Type Method Description private AstPrinter.NodePrinter<DirectiveLocation>AstPrinter. directiveLocation()java.util.List<DirectiveLocation>DirectiveDefinition. getDirectiveLocations()Methods in graphql.language with parameters of type DirectiveLocation Modifier and Type Method Description DirectiveDefinition.BuilderDirectiveDefinition.Builder. directiveLocation(DirectiveLocation directiveLocation)TraversalControlNodeVisitor. visitDirectiveLocation(DirectiveLocation node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitDirectiveLocation(DirectiveLocation node, TraverserContext<Node> context)Method parameters in graphql.language with type arguments of type DirectiveLocation Modifier and Type Method Description DirectiveDefinition.BuilderDirectiveDefinition.Builder. directiveLocations(java.util.List<DirectiveLocation> directiveLocations)Constructors in graphql.language with parameters of type DirectiveLocation Constructor Description Builder(DirectiveLocation existing) -
Uses of DirectiveLocation in graphql.parser
Methods in graphql.parser that return DirectiveLocation Modifier and Type Method Description protected DirectiveLocationGraphqlAntlrToLanguage. createDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx)
-