Uses of Class
graphql.language.DirectiveDefinition
-
Packages that use DirectiveDefinition Package Description graphql graphql.introspection graphql.language graphql.parser graphql.schema graphql.schema.idl graphql.schema.idl.errors -
-
Uses of DirectiveDefinition in graphql
Fields in graphql declared as DirectiveDefinition Modifier and Type Field Description static DirectiveDefinitionDirectives. DEPRECATED_DIRECTIVE_DEFINITIONstatic DirectiveDefinitionDirectives. ONE_OF_DIRECTIVE_DEFINITIONstatic DirectiveDefinitionDirectives. SPECIFIED_BY_DIRECTIVE_DEFINITION -
Uses of DirectiveDefinition in graphql.introspection
Methods in graphql.introspection that return DirectiveDefinition Modifier and Type Method Description private DirectiveDefinitionIntrospectionResultToSchema. createDirective(java.util.Map<java.lang.String,java.lang.Object> input) -
Uses of DirectiveDefinition in graphql.language
Methods in graphql.language that return DirectiveDefinition Modifier and Type Method Description DirectiveDefinitionDirectiveDefinition.Builder. build()DirectiveDefinitionDirectiveDefinition. deepCopy()DirectiveDefinitionDirectiveDefinition. transform(java.util.function.Consumer<DirectiveDefinition.Builder> builderConsumer)DirectiveDefinitionDirectiveDefinition. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type DirectiveDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<DirectiveDefinition>AstPrinter. directiveDefinition()private AstPrinter.NodePrinter<DirectiveDefinition>PrettyAstPrinter. directiveDefinition()Methods in graphql.language with parameters of type DirectiveDefinition Modifier and Type Method Description TraversalControlNodeVisitor. visitDirectiveDefinition(DirectiveDefinition node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitDirectiveDefinition(DirectiveDefinition node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type DirectiveDefinition Constructor Description Builder(DirectiveDefinition existing) -
Uses of DirectiveDefinition in graphql.parser
Methods in graphql.parser that return DirectiveDefinition Modifier and Type Method Description protected DirectiveDefinitionGraphqlAntlrToLanguage. createDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx) -
Uses of DirectiveDefinition in graphql.schema
Fields in graphql.schema declared as DirectiveDefinition Modifier and Type Field Description private DirectiveDefinitionGraphQLDirective.Builder. definitionprivate DirectiveDefinitionGraphQLDirective. definitionMethods in graphql.schema that return DirectiveDefinition Modifier and Type Method Description DirectiveDefinitionGraphQLDirective. getDefinition()Methods in graphql.schema with parameters of type DirectiveDefinition Modifier and Type Method Description GraphQLDirective.BuilderGraphQLDirective.Builder. definition(DirectiveDefinition definition)Constructors in graphql.schema with parameters of type DirectiveDefinition Constructor Description GraphQLDirective(java.lang.String name, java.lang.String description, boolean repeatable, java.util.EnumSet<Introspection.DirectiveLocation> locations, java.util.List<GraphQLArgument> arguments, DirectiveDefinition definition) -
Uses of DirectiveDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type DirectiveDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,DirectiveDefinition>TypeDefinitionRegistry. directiveDefinitionsMethods in graphql.schema.idl with type parameters of type DirectiveDefinition Modifier and Type Method Description private <T extends DirectiveDefinition>
java.util.Optional<GraphQLError>TypeDefinitionRegistry. define(java.util.Map<java.lang.String,T> source, java.util.Map<java.lang.String,T> target, T newEntry)Methods in graphql.schema.idl that return types with arguments of type DirectiveDefinition Modifier and Type Method Description java.util.Optional<DirectiveDefinition>TypeDefinitionRegistry. getDirectiveDefinition(java.lang.String directiveName)java.util.Map<java.lang.String,DirectiveDefinition>TypeDefinitionRegistry. getDirectiveDefinitions()Methods in graphql.schema.idl with parameters of type DirectiveDefinition Modifier and Type Method Description (package private) static GraphQLDirectiveSchemaGeneratorAppliedDirectiveHelper. buildDirectiveDefinitionFromAst(SchemaGeneratorHelper.BuildContext buildCtx, DirectiveDefinition directiveDefinition, java.util.function.Function<Type<?>,GraphQLInputType> inputTypeFactory)private static java.util.List<Introspection.DirectiveLocation>SchemaGeneratorAppliedDirectiveHelper. buildLocations(DirectiveDefinition directiveDefinition)private voidSchemaTypeDirectivesChecker. checkDirectiveArguments(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, Node element, java.lang.String elementName, Directive directive, DirectiveDefinition directiveDefinition)private GraphQLErrorTypeDefinitionRegistry. handleReDefinition(DirectiveDefinition oldEntry, DirectiveDefinition newEntry)private booleanSchemaTypeDirectivesChecker. inRightLocation(Introspection.DirectiveLocation expectedLocation, DirectiveDefinition directiveDefinition)Method parameters in graphql.schema.idl with type arguments of type DirectiveDefinition Modifier and Type Method Description private voidSchemaTypeExtensionsChecker. checkEnumTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeChecker. checkEnumValues(java.util.List<GraphQLError> errors, EnumTypeDefinition enumType, java.util.List<EnumValueDefinition> enumValueDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeExtensionsChecker. checkInputObjectTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeChecker. checkInputValues(java.util.List<GraphQLError> errors, InputObjectTypeDefinition inputType, java.util.List<InputValueDefinition> inputValueDefinitions, Introspection.DirectiveLocation directiveLocation, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeChecker. checkInterfaceFields(java.util.List<GraphQLError> errors, InterfaceTypeDefinition interfaceType, java.util.List<FieldDefinition> fieldDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeExtensionsChecker. checkInterfaceTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeExtensionsChecker. checkObjectTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeChecker. checkObjTypeFields(java.util.List<GraphQLError> errors, ObjectTypeDefinition typeDefinition, java.util.List<FieldDefinition> fieldDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeExtensionsChecker. checkScalarTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeExtensionsChecker. checkUnionTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)private voidSchemaTypeDirectivesChecker. commonCheck(java.util.Collection<DirectiveDefinition> directiveDefinitions, java.util.List<GraphQLError> errors) -
Uses of DirectiveDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type DirectiveDefinition Constructor Description DirectiveIllegalLocationError(DirectiveDefinition element, java.lang.String locationName)DirectiveIllegalReferenceError(DirectiveDefinition directive, NamedNode location)DirectiveRedefinitionError(DirectiveDefinition newEntry, DirectiveDefinition oldEntry)NonUniqueNameError(DirectiveDefinition typeDefinition, InputValueDefinition inputValueDefinition)
-