Uses of Class
graphql.util.NodeMultiZipper
-
Packages that use NodeMultiZipper Package Description graphql.util -
-
Uses of NodeMultiZipper in graphql.util
Methods in graphql.util that return NodeMultiZipper Modifier and Type Method Description static <T> NodeMultiZipper<T>
NodeMultiZipper. newNodeMultiZipperTrusted(T commonRoot, java.util.List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter)
NodeMultiZipper<T>
NodeMultiZipper. withNewZipper(NodeZipper<T> newZipper)
NodeMultiZipper<T>
NodeMultiZipper. withReplacedZipper(NodeZipper<T> oldZipper, NodeZipper<T> newZipper)
NodeMultiZipper<T>
NodeMultiZipper. withReplacedZipperForNode(T currentNode, T newNode)
NodeMultiZipper<T>
NodeMultiZipper. withReplacedZippers(java.util.List<NodeZipper<T>> zippers)
-