Index

C D E G H I J L O S 
All Classes All Packages

C

customizeExecutionInput(ExecutionInput, WebRequest) - Method in class graphql.spring.web.servlet.components.DefaultExecutionInputCustomizer
 
customizeExecutionInput(ExecutionInput, WebRequest) - Method in interface graphql.spring.web.servlet.ExecutionInputCustomizer
 

D

DefaultExecutionInputCustomizer - Class in graphql.spring.web.servlet.components
 
DefaultExecutionInputCustomizer() - Constructor for class graphql.spring.web.servlet.components.DefaultExecutionInputCustomizer
 
DefaultExecutionResultHandler - Class in graphql.spring.web.servlet.components
 
DefaultExecutionResultHandler() - Constructor for class graphql.spring.web.servlet.components.DefaultExecutionResultHandler
 
DefaultGraphQLInvocation - Class in graphql.spring.web.servlet.components
 
DefaultGraphQLInvocation() - Constructor for class graphql.spring.web.servlet.components.DefaultGraphQLInvocation
 
deserialize(String, Class<T>) - Method in class graphql.spring.web.servlet.components.JacksonJsonSerializer
 
deserialize(String, Class<T>) - Method in interface graphql.spring.web.servlet.JsonSerializer
Deserializes the given json String to an object of the required type.

E

ExecutionInputCustomizer - Interface in graphql.spring.web.servlet
Lets you customize the #ExecutionInput before the query is executed.
ExecutionResultHandler - Interface in graphql.spring.web.servlet
 

G

getNewDataLoaderRegistry() - Method in interface graphql.spring.web.servlet.OnDemandDataLoaderRegistry
Retrieves a new DataLoaderRegistry, that can be associated to each request.
getOperationName() - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
getOperationName() - Method in class graphql.spring.web.servlet.GraphQLInvocationData
 
getQuery() - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
getQuery() - Method in class graphql.spring.web.servlet.GraphQLInvocationData
 
getVariables() - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
getVariables() - Method in class graphql.spring.web.servlet.GraphQLInvocationData
 
graphql.spring.web.servlet - package graphql.spring.web.servlet
 
graphql.spring.web.servlet.components - package graphql.spring.web.servlet.components
 
GraphQLController - Class in graphql.spring.web.servlet.components
 
GraphQLController() - Constructor for class graphql.spring.web.servlet.components.GraphQLController
 
GraphQLEndpointConfiguration - Class in graphql.spring.web.servlet
 
GraphQLEndpointConfiguration() - Constructor for class graphql.spring.web.servlet.GraphQLEndpointConfiguration
 
graphqlGET(String, String, String, WebRequest) - Method in class graphql.spring.web.servlet.components.GraphQLController
 
GraphQLInvocation - Interface in graphql.spring.web.servlet
 
GraphQLInvocationData - Class in graphql.spring.web.servlet
 
GraphQLInvocationData(String, String, Map<String, Object>) - Constructor for class graphql.spring.web.servlet.GraphQLInvocationData
 
graphqlPOST(String, String, String, String, String, WebRequest) - Method in class graphql.spring.web.servlet.components.GraphQLController
 
GraphQLRequestBody - Class in graphql.spring.web.servlet.components
 
GraphQLRequestBody() - Constructor for class graphql.spring.web.servlet.components.GraphQLRequestBody
 

H

handleExecutionResult(CompletableFuture<ExecutionResult>) - Method in class graphql.spring.web.servlet.components.DefaultExecutionResultHandler
 
handleExecutionResult(CompletableFuture<ExecutionResult>) - Method in interface graphql.spring.web.servlet.ExecutionResultHandler
 

I

init() - Method in class graphql.spring.web.servlet.GraphQLEndpointConfiguration
 
invoke(GraphQLInvocationData, WebRequest) - Method in class graphql.spring.web.servlet.components.DefaultGraphQLInvocation
 
invoke(GraphQLInvocationData, WebRequest) - Method in interface graphql.spring.web.servlet.GraphQLInvocation
 

J

JacksonJsonSerializer - Class in graphql.spring.web.servlet.components
 
JacksonJsonSerializer(ObjectMapper) - Constructor for class graphql.spring.web.servlet.components.JacksonJsonSerializer
 
JsonSerializer - Interface in graphql.spring.web.servlet
An interface for serializing and deserializing GraphQL objects.

L

logger - Variable in class graphql.spring.web.servlet.components.DefaultGraphQLInvocation
The logger for this instance

O

OnDemandDataLoaderRegistry - Interface in graphql.spring.web.servlet
This interface allows to create a Spring Bean that will provide a DataLoaderRegistry, on demand.

S

serialize(Object) - Method in class graphql.spring.web.servlet.components.JacksonJsonSerializer
 
serialize(Object) - Method in interface graphql.spring.web.servlet.JsonSerializer
Serializes the given object to a json String.
setOperationName(String) - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
setQuery(String) - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
setVariables(Map<String, Object>) - Method in class graphql.spring.web.servlet.components.GraphQLRequestBody
 
C D E G H I J L O S 
All Classes All Packages