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