Uses of Class
graphql.util.NodeZipper
Packages that use NodeZipper
-
Uses of NodeZipper in graphql.util
Methods in graphql.util that return NodeZipperModifier and TypeMethodDescriptionNodeZipper.deleteNode()NodeMultiZipper.getZipperForNode(T node) NodeZipper.insertAfter(T toInsertAfter) NodeZipper.insertBefore(T toInsertBefore) NodeZipper.modifyNode(Function<T, T> transform) NodeZipper.moveUp()static <T> NodeZipper<T> NodeZipper.rootZipper(T rootNode, NodeAdapter<T> nodeAdapter) NodeZipper.withNewNode(T newNode) Methods in graphql.util that return types with arguments of type NodeZipperMethods in graphql.util with parameters of type NodeZipperModifier and TypeMethodDescriptionNodeMultiZipper.withNewZipper(NodeZipper<T> newZipper) NodeMultiZipper.withReplacedZipper(NodeZipper<T> oldZipper, NodeZipper<T> newZipper) Method parameters in graphql.util with type arguments of type NodeZipperModifier and TypeMethodDescriptionstatic <T> NodeMultiZipper<T> NodeMultiZipper.newNodeMultiZipperTrusted(T commonRoot, List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter) NodeMultiZipper.withReplacedZippers(List<NodeZipper<T>> zippers) Constructor parameters in graphql.util with type arguments of type NodeZipperModifierConstructorDescriptionNodeMultiZipper(T commonRoot, List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter)