Uses of Class
graphql.schema.visitor.GraphQLSchemaTraversalControl.Control
-
Packages that use GraphQLSchemaTraversalControl.Control Package Description graphql.schema.visitor -
-
Uses of GraphQLSchemaTraversalControl.Control in graphql.schema.visitor
Fields in graphql.schema.visitor declared as GraphQLSchemaTraversalControl.Control Modifier and Type Field Description private GraphQLSchemaTraversalControl.ControlGraphQLSchemaTraversalControl. controlMethods in graphql.schema.visitor that return GraphQLSchemaTraversalControl.Control Modifier and Type Method Description (package private) GraphQLSchemaTraversalControl.ControlGraphQLSchemaTraversalControl. getControl()static GraphQLSchemaTraversalControl.ControlGraphQLSchemaTraversalControl.Control. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphQLSchemaTraversalControl.Control[]GraphQLSchemaTraversalControl.Control. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.schema.visitor with parameters of type GraphQLSchemaTraversalControl.Control Constructor Description GraphQLSchemaTraversalControl(GraphQLSchemaTraversalControl.Control control, GraphQLSchemaElement element)
-