public class StaticGraphQLRootObjectBuilder extends java.lang.Object implements GraphQLRootObjectBuilder
Constructor and Description |
---|
StaticGraphQLRootObjectBuilder(java.lang.Object rootObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
build()
Only used for MBean calls.
|
java.lang.Object |
build(javax.websocket.server.HandshakeRequest req) |
java.lang.Object |
build(javax.servlet.http.HttpServletRequest req) |
public StaticGraphQLRootObjectBuilder(java.lang.Object rootObject)
public java.lang.Object build(javax.servlet.http.HttpServletRequest req)
build
in interface GraphQLRootObjectBuilder
public java.lang.Object build(javax.websocket.server.HandshakeRequest req)
build
in interface GraphQLRootObjectBuilder
public java.lang.Object build()
GraphQLRootObjectBuilder
build
in interface GraphQLRootObjectBuilder