Class TreeTransformerUtilWrapper


  • public class TreeTransformerUtilWrapper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> graphql.util.TraversalControl changeNode​(graphql.util.TraverserContext<T> context, T changedNode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeTransformerUtilWrapper

        public TreeTransformerUtilWrapper()
    • Method Detail

      • changeNode

        public <T> graphql.util.TraversalControl changeNode​(graphql.util.TraverserContext<T> context,
                                                            T changedNode)