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
Subclasses with type arguments of type DirectiveLocation in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type DirectiveLocationFields in graphql.language with type parameters of type DirectiveLocationModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<DirectiveLocation> DirectiveDefinition.Builder.directiveLocationsprivate final com.google.common.collect.ImmutableList<DirectiveLocation> DirectiveDefinition.directiveLocationsMethods 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 DirectiveLocationGraphqlAntlrToLanguage.createDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx)