Uses of Class
graphql.util.Breadcrumb
Packages that use Breadcrumb
-
Uses of Breadcrumb in graphql.util
Methods in graphql.util that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionList<Breadcrumb<T>> DefaultTraverserContext.getBreadcrumbs()List<Breadcrumb<T>> NodeZipper.getBreadcrumbs()List<Breadcrumb<T>> TraverserContext.getBreadcrumbs()The exact location of this node inside the tree as a list ofBreadcrumbConstructor parameters in graphql.util with type arguments of type BreadcrumbModifierConstructorDescriptionNodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter) NodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType)