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 java.lang.String |
getMessage(java.lang.Throwable t) |
protected graphql.servlet.GraphQLQueryInvoker |
getQueryInvoker() |
protected abstract graphql.servlet.GraphQLSchemaProvider |
getSchemaProvider() |
protected boolean |
isWrapperException(java.lang.Throwable t) |
protected java.lang.Throwable |
unwrap(java.lang.Throwable root) |
protected graphql.GraphQLError |
wrapDataFetcherError(graphql.ExceptionWhileDataFetching e) |
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@Nonnull
protected graphql.GraphQLError wrapDataFetcherError(@Nonnull
graphql.ExceptionWhileDataFetching e)
@Nonnull
protected java.lang.String getMessage(@Nonnull
java.lang.Throwable t)
@Nonnull
protected java.lang.Throwable unwrap(@Nonnull
java.lang.Throwable root)
protected boolean isWrapperException(@Nonnull
java.lang.Throwable t)