Skip navigation links
A B C D E F G H I L N O P R S T U V W 

A

accept(GraphQLServlet.GraphQLResponse) - Method in interface graphql.servlet.GraphQLServlet.GraphQLResponseHandler
 
accept(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServlet.HttpRequestHandler
 
addListener(GraphQLServletListener) - Method in class graphql.servlet.GraphQLServlet
 
APPLICATION_GRAPHQL - Static variable in class graphql.servlet.GraphQLServlet
 
APPLICATION_JSON_UTF8 - Static variable in class graphql.servlet.GraphQLServlet
 

B

bindMutationProvider(GraphQLMutationProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
bindProvider(GraphQLProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
bindQueryProvider(GraphQLQueryProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
bindServletListener(GraphQLServletListener) - Method in class graphql.servlet.OsgiGraphQLServlet
 
build(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.DefaultGraphQLContextBuilder
 
build(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in interface graphql.servlet.GraphQLContextBuilder
 
build(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in interface graphql.servlet.GraphQLRootObjectBuilder
 
build() - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
build(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.StaticGraphQLRootObjectBuilder
 
builder(GraphQLSchema) - Static method in class graphql.servlet.SimpleGraphQLServlet
 
builder(GraphQLSchemaProvider) - Static method in class graphql.servlet.SimpleGraphQLServlet
 
Builder(GraphQLSchema) - Constructor for class graphql.servlet.SimpleGraphQLServlet.Builder
 
Builder(GraphQLSchemaProvider) - Constructor for class graphql.servlet.SimpleGraphQLServlet.Builder
 

C

configure(ObjectMapper) - Method in class graphql.servlet.DefaultObjectMapperConfigurer
 
configure(ObjectMapper) - Method in interface graphql.servlet.ObjectMapperConfigurer
 
copyReadOnly(GraphQLSchema) - Static method in interface graphql.servlet.GraphQLSchemaProvider
 
create(GraphQLSchema) - Static method in class graphql.servlet.SimpleGraphQLServlet
 
create(GraphQLSchemaProvider) - Static method in class graphql.servlet.SimpleGraphQLServlet
 
createContext(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.GraphQLServlet
 
createContext(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.OsgiGraphQLServlet
 
createContext(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.SimpleGraphQLServlet
 
createRootObject(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.GraphQLServlet
 
createRootObject(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.OsgiGraphQLServlet
 
createRootObject(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Method in class graphql.servlet.SimpleGraphQLServlet
 

D

DefaultExecutionStrategyProvider - Class in graphql.servlet
 
DefaultExecutionStrategyProvider() - Constructor for class graphql.servlet.DefaultExecutionStrategyProvider
 
DefaultExecutionStrategyProvider(ExecutionStrategy) - Constructor for class graphql.servlet.DefaultExecutionStrategyProvider
 
DefaultExecutionStrategyProvider(ExecutionStrategy, ExecutionStrategy, ExecutionStrategy) - Constructor for class graphql.servlet.DefaultExecutionStrategyProvider
 
DefaultGraphQLContextBuilder - Class in graphql.servlet
 
DefaultGraphQLContextBuilder() - Constructor for class graphql.servlet.DefaultGraphQLContextBuilder
 
DefaultGraphQLErrorHandler - Class in graphql.servlet
 
DefaultGraphQLErrorHandler() - Constructor for class graphql.servlet.DefaultGraphQLErrorHandler
 
DefaultGraphQLRootObjectBuilder - Class in graphql.servlet
 
DefaultGraphQLRootObjectBuilder() - Constructor for class graphql.servlet.DefaultGraphQLRootObjectBuilder
 
DefaultGraphQLSchemaProvider - Class in graphql.servlet
 
DefaultGraphQLSchemaProvider(GraphQLSchema) - Constructor for class graphql.servlet.DefaultGraphQLSchemaProvider
 
DefaultGraphQLSchemaProvider(GraphQLSchema, GraphQLSchema) - Constructor for class graphql.servlet.DefaultGraphQLSchemaProvider
 
DefaultObjectMapperConfigurer - Class in graphql.servlet
 
DefaultObjectMapperConfigurer() - Constructor for class graphql.servlet.DefaultObjectMapperConfigurer
 
deserialize(JsonParser, DeserializationContext) - Method in class graphql.servlet.GraphQLServlet.VariablesDeserializer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.GraphQLServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.GraphQLServlet
 

E

errorsPresent(List<GraphQLError>) - Method in interface graphql.servlet.GraphQLErrorHandler
 
executeQuery(String) - Method in interface graphql.servlet.GraphQLMBean
 
executeQuery(String) - Method in class graphql.servlet.GraphQLServlet
 
ExecutionStrategyProvider - Interface in graphql.servlet
 

F

filterGraphQLErrors(List<GraphQLError>) - Method in class graphql.servlet.DefaultGraphQLErrorHandler
 

G

GenericGraphQLError - Class in graphql.servlet
 
GenericGraphQLError(String) - Constructor for class graphql.servlet.GenericGraphQLError
 
getErrorType() - Method in class graphql.servlet.GenericGraphQLError
 
getExecutionStrategyProvider() - Method in class graphql.servlet.GraphQLServlet
 
getExecutionStrategyProvider() - Method in class graphql.servlet.OsgiGraphQLServlet
 
getExecutionStrategyProvider() - Method in class graphql.servlet.SimpleGraphQLServlet
 
getFiles() - Method in class graphql.servlet.GraphQLContext
 
getGraphQLErrorHandler() - Method in class graphql.servlet.GraphQLServlet
 
getGraphQLErrorHandler() - Method in class graphql.servlet.OsgiGraphQLServlet
 
getGraphQLErrorHandler() - Method in class graphql.servlet.SimpleGraphQLServlet
 
getInstrumentation() - Method in class graphql.servlet.GraphQLServlet
 
getInstrumentation() - Method in interface graphql.servlet.InstrumentationProvider
 
getInstrumentation() - Method in class graphql.servlet.NoOpInstrumentationProvider
 
getInstrumentation() - Method in class graphql.servlet.OsgiGraphQLServlet
 
getInstrumentation() - Method in class graphql.servlet.SimpleGraphQLServlet
 
getLocations() - Method in class graphql.servlet.GenericGraphQLError
 
getMapper() - Method in class graphql.servlet.GraphQLServlet
 
getMapper() - Method in class graphql.servlet.LazyObjectMapperBuilder
 
getMessage() - Method in class graphql.servlet.GenericGraphQLError
 
getMutationExecutionStrategy() - Method in class graphql.servlet.DefaultExecutionStrategyProvider
 
getMutationExecutionStrategy() - Method in interface graphql.servlet.ExecutionStrategyProvider
 
getMutations() - Method in interface graphql.servlet.GraphQLMBean
 
getMutations() - Method in interface graphql.servlet.GraphQLMutationProvider
 
getMutations() - Method in class graphql.servlet.GraphQLServlet
 
getOperationName() - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
getPreparsedDocumentProvider() - Method in class graphql.servlet.GraphQLServlet
 
getPreparsedDocumentProvider() - Method in class graphql.servlet.OsgiGraphQLServlet
 
getPreparsedDocumentProvider() - Method in class graphql.servlet.SimpleGraphQLServlet
 
getQueries() - Method in interface graphql.servlet.GraphQLMBean
 
getQueries() - Method in interface graphql.servlet.GraphQLQueryProvider
 
getQueries() - Method in class graphql.servlet.GraphQLServlet
 
getQuery() - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
getQueryExecutionStrategy() - Method in class graphql.servlet.DefaultExecutionStrategyProvider
 
getQueryExecutionStrategy() - Method in interface graphql.servlet.ExecutionStrategyProvider
 
getReadOnlySchema(HttpServletRequest) - Method in class graphql.servlet.DefaultGraphQLSchemaProvider
 
getReadOnlySchema(HttpServletRequest) - Method in interface graphql.servlet.GraphQLSchemaProvider
 
getRequest() - Method in class graphql.servlet.GraphQLContext
 
getResponse() - Method in class graphql.servlet.GraphQLContext
 
getResponse() - Method in class graphql.servlet.GraphQLServlet.GraphQLResponse
 
getSchema(HttpServletRequest) - Method in class graphql.servlet.DefaultGraphQLSchemaProvider
 
getSchema() - Method in class graphql.servlet.DefaultGraphQLSchemaProvider
 
getSchema(HttpServletRequest) - Method in interface graphql.servlet.GraphQLSchemaProvider
 
getSchema() - Method in interface graphql.servlet.GraphQLSchemaProvider
 
getSchemaProvider() - Method in class graphql.servlet.GraphQLServlet
 
getSchemaProvider() - Method in class graphql.servlet.OsgiGraphQLServlet
 
getSchemaProvider() - Method in class graphql.servlet.SimpleGraphQLServlet
 
getStatus() - Method in class graphql.servlet.GraphQLServlet.GraphQLResponse
 
getSubject() - Method in class graphql.servlet.GraphQLContext
 
getSubscriptionExecutionStrategy() - Method in class graphql.servlet.DefaultExecutionStrategyProvider
 
getSubscriptionExecutionStrategy() - Method in interface graphql.servlet.ExecutionStrategyProvider
 
getTypes() - Method in interface graphql.servlet.GraphQLTypesProvider
 
getVariables() - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
graphql.servlet - package graphql.servlet
 
GraphQLContext - Class in graphql.servlet
 
GraphQLContext(Optional<HttpServletRequest>, Optional<HttpServletResponse>) - Constructor for class graphql.servlet.GraphQLContext
 
GraphQLContextBuilder - Interface in graphql.servlet
 
GraphQLErrorHandler - Interface in graphql.servlet
 
GraphQLMBean - Interface in graphql.servlet
 
GraphQLMutationProvider - Interface in graphql.servlet
 
GraphQLProvider - Interface in graphql.servlet
 
GraphQLQueryProvider - Interface in graphql.servlet
This interface is used by OSGi bundles to plugin new field into the root query type
GraphQLRequest() - Constructor for class graphql.servlet.GraphQLServlet.GraphQLRequest
 
GraphQLResponse() - Constructor for class graphql.servlet.GraphQLServlet.GraphQLResponse
 
GraphQLRootObjectBuilder - Interface in graphql.servlet
 
GraphQLSchemaProvider - Interface in graphql.servlet
 
GraphQLServlet - Class in graphql.servlet
 
GraphQLServlet() - Constructor for class graphql.servlet.GraphQLServlet
 
GraphQLServlet(ObjectMapperConfigurer, List<GraphQLServletListener>, boolean) - Constructor for class graphql.servlet.GraphQLServlet
 
GraphQLServlet.GraphQLRequest - Class in graphql.servlet
 
GraphQLServlet.GraphQLResponse - Class in graphql.servlet
 
GraphQLServlet.GraphQLResponseHandler - Interface in graphql.servlet
 
GraphQLServlet.HttpRequestHandler - Interface in graphql.servlet
 
GraphQLServlet.VariablesDeserializer - Class in graphql.servlet
 
GraphQLServletListener - Interface in graphql.servlet
 
GraphQLServletListener.OperationCallback - Interface in graphql.servlet
 
GraphQLServletListener.RequestCallback - Interface in graphql.servlet
 
GraphQLTypesProvider - Interface in graphql.servlet
 

H

handle(GraphQLServlet.GraphQLResponse) - Method in interface graphql.servlet.GraphQLServlet.GraphQLResponseHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServlet.HttpRequestHandler
 

I

InstrumentationProvider - Interface in graphql.servlet
 
isClientError(GraphQLError) - Method in class graphql.servlet.DefaultGraphQLErrorHandler
 

L

LazyObjectMapperBuilder - Class in graphql.servlet
 
LazyObjectMapperBuilder(ObjectMapperConfigurer) - Constructor for class graphql.servlet.LazyObjectMapperBuilder
 
log - Static variable in class graphql.servlet.DefaultGraphQLErrorHandler
 
log - Static variable in class graphql.servlet.GraphQLServlet
 

N

NoOpInstrumentationProvider - Class in graphql.servlet
 
NoOpInstrumentationProvider() - Constructor for class graphql.servlet.NoOpInstrumentationProvider
 

O

ObjectMapperConfigurer - Interface in graphql.servlet
 
onError(GraphQLContext, String, String, Map<String, Object>, Object, List<GraphQLError>, Object) - Method in interface graphql.servlet.GraphQLServletListener.OperationCallback
 
onError(HttpServletRequest, HttpServletResponse, Throwable) - Method in interface graphql.servlet.GraphQLServletListener.RequestCallback
 
onFinally(GraphQLContext, String, String, Map<String, Object>, Object, Object) - Method in interface graphql.servlet.GraphQLServletListener.OperationCallback
 
onFinally(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServletListener.RequestCallback
 
onOperation(GraphQLContext, String, String, Map<String, Object>) - Method in interface graphql.servlet.GraphQLServletListener
 
onRequest(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServletListener
 
onSuccess(GraphQLContext, String, String, Map<String, Object>, Object, Object) - Method in interface graphql.servlet.GraphQLServletListener.OperationCallback
 
onSuccess(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServletListener.RequestCallback
 
OsgiGraphQLServlet - Class in graphql.servlet
 
OsgiGraphQLServlet() - Constructor for class graphql.servlet.OsgiGraphQLServlet
 

P

processErrors(List<GraphQLError>) - Method in class graphql.servlet.DefaultGraphQLErrorHandler
 
processErrors(List<GraphQLError>) - Method in interface graphql.servlet.GraphQLErrorHandler
 

R

removeListener(GraphQLServletListener) - Method in class graphql.servlet.GraphQLServlet
 

S

setContextProvider(GraphQLContextBuilder) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setErrorHandler(GraphQLErrorHandler) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setFiles(Optional<Map<String, List<Part>>>) - Method in class graphql.servlet.GraphQLContext
 
setInstrumentationProvider(InstrumentationProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setOperationName(String) - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
setPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setQuery(String) - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
setRequest(Optional<HttpServletRequest>) - Method in class graphql.servlet.GraphQLContext
 
setResponse(Optional<HttpServletResponse>) - Method in class graphql.servlet.GraphQLContext
 
setResponse(String) - Method in class graphql.servlet.GraphQLServlet.GraphQLResponse
 
setRootObjectBuilder(GraphQLRootObjectBuilder) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setStatus(int) - Method in class graphql.servlet.GraphQLServlet.GraphQLResponse
 
setSubject(Optional<Subject>) - Method in class graphql.servlet.GraphQLContext
 
setVariables(Map<String, Object>) - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
SimpleGraphQLServlet - Class in graphql.servlet
 
SimpleGraphQLServlet(GraphQLSchema) - Constructor for class graphql.servlet.SimpleGraphQLServlet
SimpleGraphQLServlet(GraphQLSchema, ExecutionStrategy) - Constructor for class graphql.servlet.SimpleGraphQLServlet
SimpleGraphQLServlet(GraphQLSchema, ExecutionStrategyProvider) - Constructor for class graphql.servlet.SimpleGraphQLServlet
SimpleGraphQLServlet(GraphQLSchema, ExecutionStrategyProvider, ObjectMapperConfigurer, List<GraphQLServletListener>, Instrumentation, GraphQLErrorHandler, GraphQLContextBuilder, GraphQLRootObjectBuilder, PreparsedDocumentProvider) - Constructor for class graphql.servlet.SimpleGraphQLServlet
SimpleGraphQLServlet(GraphQLSchemaProvider, ExecutionStrategyProvider, ObjectMapperConfigurer, List<GraphQLServletListener>, Instrumentation, GraphQLErrorHandler, GraphQLContextBuilder, GraphQLRootObjectBuilder, PreparsedDocumentProvider, boolean) - Constructor for class graphql.servlet.SimpleGraphQLServlet
SimpleGraphQLServlet(SimpleGraphQLServlet.Builder) - Constructor for class graphql.servlet.SimpleGraphQLServlet
 
SimpleGraphQLServlet.Builder - Class in graphql.servlet
 
StaticGraphQLRootObjectBuilder - Class in graphql.servlet
 
StaticGraphQLRootObjectBuilder(Object) - Constructor for class graphql.servlet.StaticGraphQLRootObjectBuilder
 
STATUS_BAD_REQUEST - Static variable in class graphql.servlet.GraphQLServlet
 
STATUS_OK - Static variable in class graphql.servlet.GraphQLServlet
 

T

typesProviders(GraphQLTypesProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 

U

unbindMutationProvider(GraphQLMutationProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unbindProvider(GraphQLProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unbindQueryProvider(GraphQLQueryProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unbindServletListener(GraphQLServletListener) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unbindTypesProvider(GraphQLTypesProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetContextProvider(GraphQLContextBuilder) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetErrorHandler(GraphQLErrorHandler) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetInstrumentationProvider(InstrumentationProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
unsetRootObjectBuilder(GraphQLRootObjectBuilder) - Method in class graphql.servlet.OsgiGraphQLServlet
 
updateSchema() - Method in class graphql.servlet.OsgiGraphQLServlet
 

V

VariablesDeserializer() - Constructor for class graphql.servlet.GraphQLServlet.VariablesDeserializer
 

W

withAsyncServletMode(boolean) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withGraphQLContextBuilder(GraphQLContextBuilder) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withGraphQLErrorHandler(GraphQLErrorHandler) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withGraphQLRootObjectBuilder(GraphQLRootObjectBuilder) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withInstrumentation(Instrumentation) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withListeners(List<GraphQLServletListener>) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withObjectMapperConfigurer(ObjectMapperConfigurer) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
withPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.servlet.SimpleGraphQLServlet.Builder
 
A B C D E F G H I L N O P R S T U V W 
Skip navigation links