Skip navigation links
C D E G H I J S 

C

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

D

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

E

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

G

getOperationName() - Method in class graphql.spring.web.reactive.components.GraphQLRequestBody
 
getOperationName() - Method in class graphql.spring.web.reactive.GraphQLInvocationData
 
getQuery() - Method in class graphql.spring.web.reactive.components.GraphQLRequestBody
 
getQuery() - Method in class graphql.spring.web.reactive.GraphQLInvocationData
 
getVariables() - Method in class graphql.spring.web.reactive.components.GraphQLRequestBody
 
getVariables() - Method in class graphql.spring.web.reactive.GraphQLInvocationData
 
graphql.spring.web.reactive - package graphql.spring.web.reactive
 
graphql.spring.web.reactive.components - package graphql.spring.web.reactive.components
 
GraphQLController - Class in graphql.spring.web.reactive.components
 
GraphQLController() - Constructor for class graphql.spring.web.reactive.components.GraphQLController
 
graphqlGET(String, String, String, ServerWebExchange) - Method in class graphql.spring.web.reactive.components.GraphQLController
 
GraphQLInvocation - Interface in graphql.spring.web.reactive
 
GraphQLInvocationData - Class in graphql.spring.web.reactive
 
GraphQLInvocationData(String, String, Map<String, Object>) - Constructor for class graphql.spring.web.reactive.GraphQLInvocationData
 
graphqlPOST(String, String, String, String, String, ServerWebExchange) - Method in class graphql.spring.web.reactive.components.GraphQLController
 
GraphQLRequestBody - Class in graphql.spring.web.reactive.components
 
GraphQLRequestBody() - Constructor for class graphql.spring.web.reactive.components.GraphQLRequestBody
 

H

handleExecutionResult(Mono<ExecutionResult>, ServerHttpResponse) - Method in class graphql.spring.web.reactive.components.DefaultExecutionResultHandler
 
handleExecutionResult(Mono<ExecutionResult>, ServerHttpResponse) - Method in interface graphql.spring.web.reactive.ExecutionResultHandler
 

I

invoke(GraphQLInvocationData, ServerWebExchange) - Method in class graphql.spring.web.reactive.components.DefaultGraphQLInvocation
 
invoke(GraphQLInvocationData, ServerWebExchange) - Method in interface graphql.spring.web.reactive.GraphQLInvocation
 

J

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

S

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