Uses of Class
graphql.language.DirectiveLocation
Packages that use DirectiveLocation
-
Uses of DirectiveLocation in graphql.introspection
Methods in graphql.introspection that return types with arguments of type DirectiveLocationModifier and TypeMethodDescriptionprivate List
<DirectiveLocation> IntrospectionResultToSchema.createDirectiveLocations
(List<Object> locations) -
Uses of DirectiveLocation in graphql.language
Fields in graphql.language with type parameters of type DirectiveLocationModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<DirectiveLocation> DirectiveDefinition.Builder.directiveLocations
private final com.google.common.collect.ImmutableList
<DirectiveLocation> DirectiveDefinition.directiveLocations
Methods in graphql.language that return DirectiveLocationModifier and TypeMethodDescriptionDirectiveLocation.Builder.build()
DirectiveLocation.deepCopy()
DirectiveLocation.transform
(Consumer<DirectiveLocation.Builder> builderConsumer) DirectiveLocation.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type DirectiveLocationModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter
<DirectiveLocation> AstPrinter.directiveLocation()
DirectiveDefinition.getDirectiveLocations()
Methods in graphql.language with parameters of type DirectiveLocationModifier and TypeMethodDescriptionDirectiveDefinition.Builder.directiveLocation
(DirectiveLocation directiveLocation) NodeVisitor.visitDirectiveLocation
(DirectiveLocation node, TraverserContext<Node> data) NodeVisitorStub.visitDirectiveLocation
(DirectiveLocation node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type DirectiveLocationModifier and TypeMethodDescriptionDirectiveDefinition.Builder.directiveLocations
(List<DirectiveLocation> directiveLocations) Constructors in graphql.language with parameters of type DirectiveLocation -
Uses of DirectiveLocation in graphql.parser
Methods in graphql.parser that return DirectiveLocationModifier and TypeMethodDescriptionprotected DirectiveLocation
GraphqlAntlrToLanguage.createDirectiveLocation
(GraphqlParser.DirectiveLocationContext ctx)