Class DefaultGraphQLRootObjectBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object build​(javax.servlet.http.HttpServletRequest req)  
      java.lang.Object build​(javax.websocket.server.HandshakeRequest req)  
      • Methods inherited from class graphql.kickstart.execution.StaticGraphQLRootObjectBuilder

        build, getRootObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface graphql.kickstart.execution.GraphQLRootObjectBuilder

        build
    • Constructor Detail

      • DefaultGraphQLRootObjectBuilder

        public DefaultGraphQLRootObjectBuilder()