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 DirectiveDefinition
Directives. DEPRECATED_DIRECTIVE_DEFINITION
static DirectiveDefinition
Directives. ONE_OF_DIRECTIVE_DEFINITION
static DirectiveDefinition
Directives. SPECIFIED_BY_DIRECTIVE_DEFINITION
-
Uses of DirectiveDefinition in graphql.introspection
Methods in graphql.introspection that return DirectiveDefinition Modifier and Type Method Description private DirectiveDefinition
IntrospectionResultToSchema. 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 DirectiveDefinition
DirectiveDefinition.Builder. build()
DirectiveDefinition
DirectiveDefinition. deepCopy()
DirectiveDefinition
DirectiveDefinition. transform(java.util.function.Consumer<DirectiveDefinition.Builder> builderConsumer)
DirectiveDefinition
DirectiveDefinition. 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 TraversalControl
NodeVisitor. visitDirectiveDefinition(DirectiveDefinition node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. 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 DirectiveDefinition
GraphqlAntlrToLanguage. createDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx)
-
Uses of DirectiveDefinition in graphql.schema
Fields in graphql.schema declared as DirectiveDefinition Modifier and Type Field Description private DirectiveDefinition
GraphQLDirective.Builder. definition
private DirectiveDefinition
GraphQLDirective. definition
Methods in graphql.schema that return DirectiveDefinition Modifier and Type Method Description DirectiveDefinition
GraphQLDirective. getDefinition()
Methods in graphql.schema with parameters of type DirectiveDefinition Modifier and Type Method Description GraphQLDirective.Builder
GraphQLDirective.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. directiveDefinitions
Methods 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 GraphQLDirective
SchemaGeneratorAppliedDirectiveHelper. 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 void
SchemaTypeDirectivesChecker. checkDirectiveArguments(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, Node element, java.lang.String elementName, Directive directive, DirectiveDefinition directiveDefinition)
private GraphQLError
TypeDefinitionRegistry. handleReDefinition(DirectiveDefinition oldEntry, DirectiveDefinition newEntry)
private boolean
SchemaTypeDirectivesChecker. inRightLocation(Introspection.DirectiveLocation expectedLocation, DirectiveDefinition directiveDefinition)
Method parameters in graphql.schema.idl with type arguments of type DirectiveDefinition Modifier and Type Method Description private void
SchemaTypeExtensionsChecker. checkEnumTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeChecker. checkEnumValues(java.util.List<GraphQLError> errors, EnumTypeDefinition enumType, java.util.List<EnumValueDefinition> enumValueDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeExtensionsChecker. checkInputObjectTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeChecker. 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 void
SchemaTypeChecker. checkInterfaceFields(java.util.List<GraphQLError> errors, InterfaceTypeDefinition interfaceType, java.util.List<FieldDefinition> fieldDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeExtensionsChecker. checkInterfaceTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeExtensionsChecker. checkObjectTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeChecker. checkObjTypeFields(java.util.List<GraphQLError> errors, ObjectTypeDefinition typeDefinition, java.util.List<FieldDefinition> fieldDefinitions, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeExtensionsChecker. checkScalarTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeExtensionsChecker. checkUnionTypeExtensions(java.util.List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, java.util.Map<java.lang.String,DirectiveDefinition> directiveDefinitionMap)
private void
SchemaTypeDirectivesChecker. 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)
-