Package graphql.schema.visitor
Class GraphQLSchemaVisitorAdapter.DirectiveEnv
- java.lang.Object
-
- graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl<GraphQLDirective>
-
- graphql.schema.visitor.GraphQLSchemaVisitorAdapter.DirectiveEnv
-
- All Implemented Interfaces:
GraphQLSchemaVisitor.DirectiveVisitorEnvironment
,GraphQLSchemaVisitorEnvironment<GraphQLDirective>
- Enclosing class:
- GraphQLSchemaVisitorAdapter
static class GraphQLSchemaVisitorAdapter.DirectiveEnv extends GraphQLSchemaVisitorEnvironmentImpl<GraphQLDirective> implements GraphQLSchemaVisitor.DirectiveVisitorEnvironment
-
-
Field Summary
-
Fields inherited from class graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl
context
-
-
Constructor Summary
Constructors Constructor Description DirectiveEnv(TraverserContext<GraphQLSchemaElement> context)
-
Method Summary
-
Methods inherited from class graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
-
-
-
Constructor Detail
-
DirectiveEnv
public DirectiveEnv(TraverserContext<GraphQLSchemaElement> context)
-
-