public class DefaultGraphQLServlet extends AbstractGraphQLHttpServlet
| Constructor and Description |
|---|
DefaultGraphQLServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected graphql.kickstart.execution.GraphQLObjectMapper |
getGraphQLObjectMapper() |
protected GraphQLInvocationInputFactory |
getInvocationInputFactory() |
protected graphql.kickstart.execution.GraphQLQueryInvoker |
getQueryInvoker() |
protected boolean |
isAsyncServletMode() |
addListener, doGet, doPost, executeQuery, getConfiguration, getMutations, getQueries, init, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory in class AbstractGraphQLHttpServletprotected graphql.kickstart.execution.GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker in class AbstractGraphQLHttpServletprotected graphql.kickstart.execution.GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper in class AbstractGraphQLHttpServletprotected boolean isAsyncServletMode()
isAsyncServletMode in class AbstractGraphQLHttpServlet