public class DefaultGraphQLContextBuilder extends java.lang.Object implements GraphQLContextBuilder
| Constructor and Description |
|---|
DefaultGraphQLContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLContext |
build()
Only used for MBean calls.
|
GraphQLContext |
build(javax.websocket.server.HandshakeRequest handshakeRequest) |
GraphQLContext |
build(javax.servlet.http.HttpServletRequest httpServletRequest) |
public GraphQLContext build(javax.servlet.http.HttpServletRequest httpServletRequest)
build in interface GraphQLContextBuilderpublic GraphQLContext build(javax.websocket.server.HandshakeRequest handshakeRequest)
build in interface GraphQLContextBuilderpublic GraphQLContext build()
GraphQLContextBuilderbuild in interface GraphQLContextBuilder