Class GraphQLSchemaVisitorAdapter.AppliedDirectiveEnv
java.lang.Object
graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl<GraphQLAppliedDirective>
graphql.schema.visitor.GraphQLSchemaVisitorAdapter.AppliedDirectiveEnv
- All Implemented Interfaces:
GraphQLSchemaVisitor.AppliedDirectiveVisitorEnvironment, GraphQLSchemaVisitorEnvironment<GraphQLAppliedDirective>
- Enclosing class:
GraphQLSchemaVisitorAdapter
static class GraphQLSchemaVisitorAdapter.AppliedDirectiveEnv
extends GraphQLSchemaVisitorEnvironmentImpl<GraphQLAppliedDirective>
implements GraphQLSchemaVisitor.AppliedDirectiveVisitorEnvironment
-
Field Summary
Fields inherited from class GraphQLSchemaVisitorEnvironmentImpl
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GraphQLSchemaVisitorEnvironmentImpl
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
Constructor Details
-
AppliedDirectiveEnv
-
-
Method Details
-
getContainer
- Specified by:
getContainerin interfaceGraphQLSchemaVisitor.AppliedDirectiveVisitorEnvironment
-