Class DefaultGraphQLRootObjectBuilder

java.lang.Object
graphql.kickstart.execution.StaticGraphQLRootObjectBuilder
graphql.kickstart.servlet.core.DefaultGraphQLRootObjectBuilder
All Implemented Interfaces:
graphql.kickstart.execution.GraphQLRootObjectBuilder, GraphQLServletRootObjectBuilder

public class DefaultGraphQLRootObjectBuilder extends graphql.kickstart.execution.StaticGraphQLRootObjectBuilder implements GraphQLServletRootObjectBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(jakarta.servlet.http.HttpServletRequest req)
     
    build(jakarta.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