Package graphql.util
Class TreeParallelTransformer<T>
java.lang.Object
graphql.util.TreeParallelTransformer<T>
-
Method Summary
Modifier and TypeMethodDescriptionnewRootContext(Map<Class<?>, Object> vars) static <T> TreeParallelTransformer<T> parallelTransformer(NodeAdapter<T> nodeAdapter) static <T> TreeParallelTransformer<T> parallelTransformer(NodeAdapter<T> nodeAdapter, ForkJoinPool forkJoinPool) transform(T root, TraverserVisitor<? super T> visitor) transformImpl(T root, TraverserVisitor<? super T> visitor)
-
Method Details
-
parallelTransformer
-
parallelTransformer
public static <T> TreeParallelTransformer<T> parallelTransformer(NodeAdapter<T> nodeAdapter, ForkJoinPool forkJoinPool) -
rootVars
-
rootVar
-
transform
-
newRootContext
-
transformImpl
-