Package graphql.schema.visitor
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 graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl
context
-
-
Constructor Summary
Constructors Constructor Description AppliedDirectiveArgumentEnv(TraverserContext<GraphQLSchemaElement> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLAppliedDirective
getContainer()
GraphQLNamedInputType
getUnwrappedType()
-
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
-
AppliedDirectiveArgumentEnv
public AppliedDirectiveArgumentEnv(TraverserContext<GraphQLSchemaElement> context)
-
-
Method Detail
-
getContainer
public GraphQLAppliedDirective getContainer()
- Specified by:
getContainer
in interfaceGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
-
getUnwrappedType
public GraphQLNamedInputType getUnwrappedType()
- Specified by:
getUnwrappedType
in interfaceGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
- Returns:
- this elements type that has been unwrapped of
GraphQLNonNull
andGraphQLList
-
-