Uses of Interface
graphql.util.NodeAdapter
Packages that use NodeAdapter
-
Uses of NodeAdapter in graphql.language
Classes in graphql.language that implement NodeAdapterModifier and TypeClassDescriptionclassAdapts an Ast node to the general node from the util package -
Uses of NodeAdapter in graphql.schema
Classes in graphql.schema that implement NodeAdapter -
Uses of NodeAdapter in graphql.util
Methods in graphql.util with parameters of type NodeAdapterModifier and TypeMethodDescriptionstatic <T> NodeMultiZipper<T> NodeMultiZipper.newNodeMultiZipperTrusted(T commonRoot, List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter) static <T> TreeParallelTransformer<T> TreeParallelTransformer.parallelTransformer(NodeAdapter<T> nodeAdapter) static <T> TreeParallelTransformer<T> TreeParallelTransformer.parallelTransformer(NodeAdapter<T> nodeAdapter, ForkJoinPool forkJoinPool) static <T> NodeZipper<T> NodeZipper.rootZipper(T rootNode, NodeAdapter<T> nodeAdapter) Constructors in graphql.util with parameters of type NodeAdapterModifierConstructorDescriptionNodeMultiZipper(T commonRoot, List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter) NodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter) NodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType) TreeTransformer(NodeAdapter<T> nodeAdapter)