Uses of Class
graphql.execution.directives.QueryAppliedDirective
Packages that use QueryAppliedDirective
-
Uses of QueryAppliedDirective in graphql.execution.directives
Fields in graphql.execution.directives with type parameters of type QueryAppliedDirectiveModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableMap
<Field, List<QueryAppliedDirective>> QueryDirectivesImpl.fieldAppliedDirectivesByField
private com.google.common.collect.ImmutableMap
<String, List<QueryAppliedDirective>> QueryDirectivesImpl.fieldAppliedDirectivesByName
Methods in graphql.execution.directives that return QueryAppliedDirectiveModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.build()
private QueryAppliedDirective
QueryDirectivesImpl.toAppliedDirective
(GraphQLDirective directive) QueryAppliedDirective.transform
(Consumer<QueryAppliedDirective.Builder> builderConsumer) This helps you transform the current GraphQLDirective into another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.execution.directives that return types with arguments of type QueryAppliedDirectiveModifier and TypeMethodDescriptionQueryDirectives.getImmediateAppliedDirective
(String directiveName) This will return a list of the named applied directives that are immediately on this merged field.QueryDirectivesImpl.getImmediateAppliedDirective
(String directiveName) QueryDirectives.getImmediateAppliedDirectivesByField()
This will return a map of theField
s inside aMergedField
and the immediate applied directives that are on each specific fieldQueryDirectivesImpl.getImmediateAppliedDirectivesByField()
QueryDirectives.getImmediateAppliedDirectivesByName()
This will return a map of the applied directives that are immediately on a merged fieldQueryDirectivesImpl.getImmediateAppliedDirectivesByName()
Methods in graphql.execution.directives with parameters of type QueryAppliedDirectiveModifier and TypeMethodDescriptionQueryAppliedDirective.newDirective
(QueryAppliedDirective existing) Constructors in graphql.execution.directives with parameters of type QueryAppliedDirective