Class GraphQLSchemaVisitorEnvironmentImpl<T extends GraphQLSchemaElement>

java.lang.Object
graphql.schema.visitor.GraphQLSchemaVisitorEnvironmentImpl<T>
All Implemented Interfaces:
GraphQLSchemaVisitorEnvironment<T>
Direct Known Subclasses:
GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv, GraphQLSchemaVisitorAdapter.AppliedDirectiveEnv, GraphQLSchemaVisitorAdapter.ArgumentEnv, GraphQLSchemaVisitorAdapter.DirectiveEnv, GraphQLSchemaVisitorAdapter.EnumTypeEnv, GraphQLSchemaVisitorAdapter.EnumValueDefinitionEnv, GraphQLSchemaVisitorAdapter.FieldDefinitionEnv, GraphQLSchemaVisitorAdapter.InputObjectFieldEnv, GraphQLSchemaVisitorAdapter.InputObjectTypeEnv, GraphQLSchemaVisitorAdapter.InterfaceTypeEnv, GraphQLSchemaVisitorAdapter.ObjectEnv, GraphQLSchemaVisitorAdapter.ScalarTypeEnv, GraphQLSchemaVisitorAdapter.SchemaElementEnv, GraphQLSchemaVisitorAdapter.UnionTypeEnv

class GraphQLSchemaVisitorEnvironmentImpl<T extends GraphQLSchemaElement> extends Object implements GraphQLSchemaVisitorEnvironment<T>