public abstract class AbstractDomgenGraphQLEndpoint
extends graphql.servlet.AbstractGraphQLHttpServlet
| Constructor and Description |
|---|
AbstractDomgenGraphQLEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected graphql.servlet.GraphQLObjectMapper |
getGraphQLObjectMapper() |
protected graphql.servlet.GraphQLInvocationInputFactory |
getInvocationInputFactory() |
protected graphql.servlet.GraphQLQueryInvoker |
getQueryInvoker() |
protected abstract graphql.servlet.GraphQLSchemaProvider |
getSchemaProvider() |
addListener, doGet, doPost, executeQuery, getMutations, getQueries, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log@Nonnull protected abstract graphql.servlet.GraphQLSchemaProvider getSchemaProvider()
@Nonnull protected graphql.servlet.GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker in class graphql.servlet.AbstractGraphQLHttpServlet@Nonnull protected graphql.servlet.GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory in class graphql.servlet.AbstractGraphQLHttpServletprotected graphql.servlet.GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper in class graphql.servlet.AbstractGraphQLHttpServlet