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. directiveLocations
private com.google.common.collect.ImmutableList<DirectiveLocation>
DirectiveDefinition. directiveLocations
Methods in graphql.language that return DirectiveLocation Modifier and Type Method Description DirectiveLocation
DirectiveLocation.Builder. build()
DirectiveLocation
DirectiveLocation. deepCopy()
DirectiveLocation
DirectiveLocation. transform(java.util.function.Consumer<DirectiveLocation.Builder> builderConsumer)
DirectiveLocation
DirectiveLocation. 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.Builder
DirectiveDefinition.Builder. directiveLocation(DirectiveLocation directiveLocation)
TraversalControl
NodeVisitor. visitDirectiveLocation(DirectiveLocation node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitDirectiveLocation(DirectiveLocation node, TraverserContext<Node> context)
Method parameters in graphql.language with type arguments of type DirectiveLocation Modifier and Type Method Description DirectiveDefinition.Builder
DirectiveDefinition.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 DirectiveLocation
GraphqlAntlrToLanguage. createDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx)
-