Uses of Class
graphql.language.DirectiveDefinition
Packages that use DirectiveDefinition
Package
Description
-
Uses of DirectiveDefinition in graphql
Fields in graphql declared as DirectiveDefinitionModifier and TypeFieldDescriptionstatic final DirectiveDefinitionDirectives.DEPRECATED_DIRECTIVE_DEFINITIONstatic final DirectiveDefinitionDirectives.ONE_OF_DIRECTIVE_DEFINITIONstatic final DirectiveDefinitionDirectives.SPECIFIED_BY_DIRECTIVE_DEFINITION -
Uses of DirectiveDefinition in graphql.language
Subclasses with type arguments of type DirectiveDefinition in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type DirectiveDefinitionMethods in graphql.language that return DirectiveDefinitionModifier and TypeMethodDescriptionDirectiveDefinition.Builder.build()DirectiveDefinition.deepCopy()DirectiveDefinition.transform(Consumer<DirectiveDefinition.Builder> builderConsumer) DirectiveDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type DirectiveDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitDirectiveDefinition(DirectiveDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitDirectiveDefinition(DirectiveDefinition node, TraverserContext<Node> context) -
Uses of DirectiveDefinition in graphql.parser
Methods in graphql.parser that return DirectiveDefinitionModifier and TypeMethodDescriptionprotected DirectiveDefinitionGraphqlAntlrToLanguage.createDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx) -
Uses of DirectiveDefinition in graphql.schema
Methods in graphql.schema that return DirectiveDefinitionMethods in graphql.schema with parameters of type DirectiveDefinitionModifier and TypeMethodDescriptionGraphQLDirective.Builder.definition(DirectiveDefinition definition) -
Uses of DirectiveDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type DirectiveDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.getDirectiveDefinition(String directiveName) TypeDefinitionRegistry.getDirectiveDefinitions() -
Uses of DirectiveDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type DirectiveDefinitionModifierConstructorDescriptionDirectiveIllegalLocationError(DirectiveDefinition element, String locationName) DirectiveIllegalReferenceError(DirectiveDefinition directive, NamedNode location) DirectiveRedefinitionError(DirectiveDefinition newEntry, DirectiveDefinition oldEntry) NonUniqueNameError(DirectiveDefinition typeDefinition, InputValueDefinition inputValueDefinition)