Class GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv
java.lang.Object
graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl<GraphQLAppliedDirectiveArgument>
graphql.schema.visitor.GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv
- All Implemented Interfaces:
GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment, GraphQLSchemaVisitorEnvironment<GraphQLAppliedDirectiveArgument>
- Enclosing class:
GraphQLSchemaVisitorAdapter
static class GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv
extends GraphQLSchemaVisitorEnvironmentImpl<GraphQLAppliedDirectiveArgument>
implements GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
-
Field Summary
Fields inherited from class GraphQLSchemaVisitorEnvironmentImpl
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
AppliedDirectiveArgumentEnv
-
-
Method Details
-
getContainer
- Specified by:
getContainerin interfaceGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
-
getUnwrappedType
- Specified by:
getUnwrappedTypein interfaceGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment- Returns:
- this elements type that has been unwrapped of
GraphQLNonNullandGraphQLList
-