Uses of Class
io.leangen.graphql.metadata.Directive
-
Packages that use Directive Package Description io.leangen.graphql.generator io.leangen.graphql.generator.mapping io.leangen.graphql.metadata.strategy.query -
-
Uses of Directive in io.leangen.graphql.generator
Methods in io.leangen.graphql.generator with parameters of type Directive Modifier and Type Method Description graphql.schema.GraphQLAppliedDirectiveOperationMapper. toGraphQLAppliedDirective(Directive directive, BuildContext buildContext)graphql.schema.GraphQLDirectiveOperationMapper. toGraphQLDirective(Directive directive, BuildContext buildContext) -
Uses of Directive in io.leangen.graphql.generator.mapping
Methods in io.leangen.graphql.generator.mapping with parameters of type Directive Modifier and Type Method Description graphql.schema.GraphQLAppliedDirectiveSchemaTransformerRegistry. transform(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLDirectiveSchemaTransformerRegistry. transform(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLAppliedDirectiveSchemaTransformer. transformDirective(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLDirectiveSchemaTransformer. transformDirective(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext) -
Uses of Directive in io.leangen.graphql.metadata.strategy.query
Methods in io.leangen.graphql.metadata.strategy.query that return Directive Modifier and Type Method Description DirectiveAnnotatedDirectiveBuilder. buildClientDirective(AnnotatedType directiveType, DirectiveBuilderParams params)default DirectiveDirectiveBuilder. buildClientDirective(AnnotatedType directiveType, DirectiveBuilderParams params)
-