public static class SimpleGraphQLHttpServlet.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SimpleGraphQLHttpServlet |
build() |
SimpleGraphQLHttpServlet.Builder |
withAsyncServletMode(boolean asyncServletMode) |
SimpleGraphQLHttpServlet.Builder |
withObjectMapper(GraphQLObjectMapper objectMapper) |
SimpleGraphQLHttpServlet.Builder |
withQueryInvoker(GraphQLQueryInvoker queryInvoker) |
public SimpleGraphQLHttpServlet.Builder withQueryInvoker(GraphQLQueryInvoker queryInvoker)
public SimpleGraphQLHttpServlet.Builder withObjectMapper(GraphQLObjectMapper objectMapper)
public SimpleGraphQLHttpServlet.Builder withAsyncServletMode(boolean asyncServletMode)
public SimpleGraphQLHttpServlet build()