Package graphql.schema.visitor
Class GraphQLSchemaVisitorAdapter.FieldDefinitionEnv
- java.lang.Object
-
- graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl<GraphQLFieldDefinition>
-
- graphql.schema.visitor.GraphQLSchemaVisitorAdapter.FieldDefinitionEnv
-
- All Implemented Interfaces:
GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment,GraphQLSchemaVisitorEnvironment<GraphQLFieldDefinition>
- Enclosing class:
- GraphQLSchemaVisitorAdapter
static class GraphQLSchemaVisitorAdapter.FieldDefinitionEnv extends GraphQLSchemaVisitorEnvironmentImpl<GraphQLFieldDefinition> implements GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment
-
-
Field Summary
-
Fields inherited from class graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl
context
-
-
Constructor Summary
Constructors Constructor Description FieldDefinitionEnv(TraverserContext<GraphQLSchemaElement> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLFieldsContainergetContainer()GraphQLNamedOutputTypegetUnwrappedType()-
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
-
FieldDefinitionEnv
public FieldDefinitionEnv(TraverserContext<GraphQLSchemaElement> context)
-
-
Method Detail
-
getContainer
public GraphQLFieldsContainer getContainer()
- Specified by:
getContainerin interfaceGraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment
-
getUnwrappedType
public GraphQLNamedOutputType getUnwrappedType()
- Specified by:
getUnwrappedTypein interfaceGraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment- Returns:
- this elements type that has been unwrapped of
GraphQLNonNullandGraphQLList
-
-