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

A

accept(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServlet.RequestHandler
 
addListener(GraphQLServletListener) - Method 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
 

C

copyReadOnly(GraphQLSchema) - Static method in interface graphql.servlet.GraphQLSchemaProvider
 
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
 

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
 
DefaultGraphQLSchemaProvider - Class in graphql.servlet
 
DefaultGraphQLSchemaProvider(GraphQLSchema) - Constructor for class graphql.servlet.DefaultGraphQLSchemaProvider
 
DefaultGraphQLSchemaProvider(GraphQLSchema, GraphQLSchema) - Constructor for class graphql.servlet.DefaultGraphQLSchemaProvider
 
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

EnhancedExecutionStrategyProvider - Class in graphql.servlet
 
EnhancedExecutionStrategyProvider() - Constructor for class graphql.servlet.EnhancedExecutionStrategyProvider
 
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
 
getMessage() - Method in class graphql.servlet.GenericGraphQLError
 
getMutationExecutionStrategy() - Method in class graphql.servlet.DefaultExecutionStrategyProvider
 
getMutationExecutionStrategy() - Method in class graphql.servlet.EnhancedExecutionStrategyProvider
 
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
 
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 class graphql.servlet.EnhancedExecutionStrategyProvider
 
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
 
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
 
getSubject() - Method in class graphql.servlet.GraphQLContext
 
getSubscriptionExecutionStrategy() - Method in class graphql.servlet.DefaultExecutionStrategyProvider
 
getSubscriptionExecutionStrategy() - Method in class graphql.servlet.EnhancedExecutionStrategyProvider
 
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
GraphQLReportedException - Interface in graphql.servlet
 
GraphQLRequest() - Constructor for class graphql.servlet.GraphQLServlet.GraphQLRequest
 
GraphQLSchemaProvider - Interface in graphql.servlet
 
GraphQLServlet - Class in graphql.servlet
 
GraphQLServlet() - Constructor for class graphql.servlet.GraphQLServlet
 
GraphQLServlet(List<GraphQLServletListener>, FileItemFactory) - Constructor for class graphql.servlet.GraphQLServlet
 
GraphQLServlet.GraphQLRequest - Class in graphql.servlet
 
GraphQLServlet.RequestHandler - 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
 
GraphQLVariables - Class in graphql.servlet
 
GraphQLVariables(GraphQLSchema, String, Map<String, Object>) - Constructor for class graphql.servlet.GraphQLVariables
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.GraphQLServlet.RequestHandler
 

I

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

L

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

onError(GraphQLContext, String, String, Map<String, Object>, Object, List<GraphQLError>) - 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) - 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) - 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<FileItem>>>) - Method in class graphql.servlet.GraphQLContext
 
setInstrumentationProvider(InstrumentationProvider) - Method in class graphql.servlet.OsgiGraphQLServlet
 
setOperationName(String) - Method in class graphql.servlet.GraphQLServlet.GraphQLRequest
 
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
 
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, List<GraphQLServletListener>, Instrumentation, GraphQLErrorHandler) - Constructor for class graphql.servlet.SimpleGraphQLServlet
 
SimpleGraphQLServlet(GraphQLSchemaProvider, ExecutionStrategyProvider, List<GraphQLServletListener>, Instrumentation, GraphQLErrorHandler) - Constructor for class graphql.servlet.SimpleGraphQLServlet
 
STATUS_BAD_REQUEST - Static variable in class graphql.servlet.GraphQLServlet
 
STATUS_OK - Static variable in class graphql.servlet.GraphQLServlet
 

T

transformVariables(GraphQLSchema, String, Map<String, Object>) - Method in class graphql.servlet.GraphQLServlet
 
transformVariables(GraphQLSchema, String, Map<String, Object>) - Method in class graphql.servlet.OsgiGraphQLServlet
 
transformVariables(GraphQLSchema, String, Map<String, Object>) - Method in class graphql.servlet.SimpleGraphQLServlet
 
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
 
updateSchema() - Method in class graphql.servlet.OsgiGraphQLServlet
 

V

VariablesDeserializer() - Constructor for class graphql.servlet.GraphQLServlet.VariablesDeserializer
 
A B C D E F G H I L N O P R S T U V 
Skip navigation links