Uses of Class
graphql.util.Breadcrumb
-
Packages that use Breadcrumb Package Description graphql.schema graphql.util -
-
Uses of Breadcrumb in graphql.schema
Fields in graphql.schema declared as Breadcrumb Modifier and Type Field Description Breadcrumb<GraphQLSchemaElement>
SchemaTransformer.ZipperWithOneParent. parent
Fields in graphql.schema with type parameters of type Breadcrumb Modifier and Type Field Description (package private) java.util.Map<NodeZipper<GraphQLSchemaElement>,java.util.List<java.util.List<Breadcrumb<GraphQLSchemaElement>>>>
SchemaTransformer.RelevantZippersAndBreadcrumbs. breadcrumbsByZipper
Methods in graphql.schema that return types with arguments of type Breadcrumb Modifier and Type Method Description java.util.List<java.util.List<Breadcrumb<GraphQLSchemaElement>>>
SchemaTransformer.RelevantZippersAndBreadcrumbs. getBreadcrumbs(NodeZipper<GraphQLSchemaElement> zipper)
private java.util.Map<NodeZipper<GraphQLSchemaElement>,Breadcrumb<GraphQLSchemaElement>>
SchemaTransformer. zipperWithSameParent(GraphQLSchemaElement parent, SchemaTransformer.RelevantZippersAndBreadcrumbs relevantZippers, boolean cleanup)
Method parameters in graphql.schema with type arguments of type Breadcrumb Modifier and Type Method Description private NodeZipper<GraphQLSchemaElement>
SchemaTransformer. moveUp(GraphQLSchemaElement parent, java.util.Map<NodeZipper<GraphQLSchemaElement>,Breadcrumb<GraphQLSchemaElement>> sameParentsZipper)
private boolean
SchemaTransformer. zipUpToDummyRoot(java.util.List<NodeZipper<GraphQLSchemaElement>> zippers, java.util.List<java.util.List<GraphQLSchemaElement>> stronglyConnectedTopologicallySorted, java.util.Map<NodeZipper<GraphQLSchemaElement>,java.util.List<java.util.List<Breadcrumb<GraphQLSchemaElement>>>> breadcrumbsByZipper, java.util.Map<GraphQLSchemaElement,NodeZipper<GraphQLSchemaElement>> nodeToZipper)
Constructors in graphql.schema with parameters of type Breadcrumb Constructor Description ZipperWithOneParent(NodeZipper<GraphQLSchemaElement> zipper, Breadcrumb<GraphQLSchemaElement> parent)
Constructor parameters in graphql.schema with type arguments of type Breadcrumb Constructor Description RelevantZippersAndBreadcrumbs(java.util.List<NodeZipper<GraphQLSchemaElement>> relevantZippers, java.util.Map<NodeZipper<GraphQLSchemaElement>,java.util.List<java.util.List<Breadcrumb<GraphQLSchemaElement>>>> breadcrumbsByZipper)
-
Uses of Breadcrumb in graphql.util
Fields in graphql.util with type parameters of type Breadcrumb Modifier and Type Field Description private java.util.List<Breadcrumb<T>>
DefaultTraverserContext. breadcrumbs
private java.util.List<Breadcrumb<T>>
NodeZipper. breadcrumbs
Methods in graphql.util that return types with arguments of type Breadcrumb Modifier and Type Method Description java.util.List<Breadcrumb<T>>
DefaultTraverserContext. getBreadcrumbs()
java.util.List<Breadcrumb<T>>
NodeZipper. getBreadcrumbs()
java.util.List<Breadcrumb<T>>
TraverserContext. getBreadcrumbs()
The exact location of this node inside the tree as a list ofBreadcrumb
Constructor parameters in graphql.util with type arguments of type Breadcrumb Constructor Description NodeZipper(T curNode, java.util.List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter)
NodeZipper(T curNode, java.util.List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType)
-