Package graphql.util

Class TraverserResult


  • public class TraverserResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TraverserResult​(java.lang.Object accumulatedResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getAccumulatedResult()  
      • Methods inherited from class java.lang.Object

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

      • TraverserResult

        public TraverserResult​(java.lang.Object accumulatedResult)
    • Method Detail

      • getAccumulatedResult

        public java.lang.Object getAccumulatedResult()