- get(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcher
-
- get() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
-
Return the converted entity.
- getArgumentName() - Method in exception org.springframework.graphql.data.method.annotation.support.MissingArgumentException
-
Return the expected name of the input argument.
- getArgumentResolver(MethodParameter) - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
-
- getBean() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return the bean for this handler method.
- getBeanType() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBridgedMethod() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getContainingClass() - Method in class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
-
- getCoordinates() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcher
-
- getData() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
-
- getData() - Method in class org.springframework.graphql.web.WebOutput
-
- getErrors() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
-
- getErrors() - Method in class org.springframework.graphql.web.WebOutput
-
- getExtensions() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
-
- getExtensions() - Method in class org.springframework.graphql.web.WebOutput
-
- getHandlerMethod() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcher
-
- getHeaders() - Method in class org.springframework.graphql.web.WebInput
-
Return the headers of the request.
- getId() - Method in class org.springframework.graphql.web.WebInput
-
Return the identifier for the request, which may be a subscription id for
correlating request and response messages, or the underlying request or connection
id, when available, or otherwise it's an
identity
hash based this
WebInput
instance.
- getMessage() - Method in exception org.springframework.graphql.data.method.annotation.support.MissingArgumentException
-
- getMethod() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return the method for this handler method.
- getMethodAnnotation(Class<A>) - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return a single annotation on the underlying method traversing its super methods
if no annotation can be found on the given method itself.
- getMethodAnnotation(Class<T>) - Method in class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
-
- getMethodArgumentValues(DataFetchingEnvironment, Object...) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethod
-
Get the method argument values for the current request, checking the provided
argument values and falling back to the configured argument resolvers.
- getMethodParameters() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return the method parameters for this handler method.
- getOperationName() - Method in class org.springframework.graphql.RequestInput
-
Return the operation name extracted from the request body or null
if not
provided.
- getParameter() - Method in exception org.springframework.graphql.data.method.annotation.support.MissingArgumentException
-
Return the method parameter bound to the input argument.
- getQuery() - Method in class org.springframework.graphql.RequestInput
-
Return the query name extracted from the request body.
- getResolvers() - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
-
Return a read-only list with the contained resolvers, or an empty list.
- getResolvers() - Method in class org.springframework.graphql.data.method.InvocableHandlerMethod
-
Return the configured argument resolvers.
- getResponseHeaders() - Method in class org.springframework.graphql.web.WebOutput
-
Return a read-only view of any custom headers to be added to the HTTP response, or
null
until
WebOutput.transform(Consumer)
is used to add such headers.
- getReturnType() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return the HandlerMethod return type.
- getReturnValueType(Object) - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return the actual return value type.
- getShortLogMessage() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return a short representation of this handler method for log message purposes.
- getSubProtocols() - Method in class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
-
- getSubProtocols() - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
- getUri() - Method in class org.springframework.graphql.web.WebInput
-
- getVariables() - Method in class org.springframework.graphql.RequestInput
-
Return the variables that can be referenced via $syntax extracted from the request
body or a null
if not provided.
- getWebInput() - Method in class org.springframework.graphql.web.WebOutput
-
Return the associated
WebInput
used for the execution.
- GraphiQlHandler - Class in org.springframework.graphql.web.webflux
-
Spring WebFlux functional handler that renders a GraphiQl UI page.
- GraphiQlHandler(String, Resource) - Constructor for class org.springframework.graphql.web.webflux.GraphiQlHandler
-
Create an instance.
- GraphiQlHandler - Class in org.springframework.graphql.web.webmvc
-
Spring MVC functional handler that renders a GraphiQl UI page.
- GraphiQlHandler(String, Resource) - Constructor for class org.springframework.graphql.web.webmvc.GraphiQlHandler
-
Create an instance.
- graphQl() - Method in interface org.springframework.graphql.execution.GraphQlSource
-
- GraphQlController - Annotation Type in org.springframework.graphql.data.method.annotation
-
- GraphQlHttpHandler - Class in org.springframework.graphql.web.webflux
-
WebFlux.fn Handler for GraphQL over HTTP requests.
- GraphQlHttpHandler(WebGraphQlHandler) - Constructor for class org.springframework.graphql.web.webflux.GraphQlHttpHandler
-
Create a new instance.
- GraphQlHttpHandler - Class in org.springframework.graphql.web.webmvc
-
- GraphQlHttpHandler(WebGraphQlHandler) - Constructor for class org.springframework.graphql.web.webmvc.GraphQlHttpHandler
-
Create a new instance.
- GraphQlRepository - Annotation Type in org.springframework.graphql.data
-
Specialization of the
Repository
stereotype that marks a repository
as intended for use in a GraphQL application for data fetching.
- GraphQlService - Interface in org.springframework.graphql
-
Strategy to perform GraphQL request execution with input for and output from the
invocation of
GraphQL
.
- GraphQlSource - Interface in org.springframework.graphql.execution
-
Strategy to resolve the
GraphQL
instance to use.
- GraphQlSource.Builder - Interface in org.springframework.graphql.execution
-
- GraphQlTester - Interface in org.springframework.graphql.test.tester
-
Contract for testing GraphQL requests.
- GraphQlTester.Builder<T extends GraphQlTester.Builder<T>> - Interface in org.springframework.graphql.test.tester
-
- GraphQlTester.EntitySpec<D,S extends GraphQlTester.EntitySpec<D,S>> - Interface in org.springframework.graphql.test.tester
-
Declare options available to assert data converted to an entity.
- GraphQlTester.ErrorSpec - Interface in org.springframework.graphql.test.tester
-
Declare options to filter out expected errors or inspect all errors and verify
there are no unexpected errors.
- GraphQlTester.ExecuteSpec - Interface in org.springframework.graphql.test.tester
-
Declare options to perform a GraphQL request.
- GraphQlTester.ListEntitySpec<E> - Interface in org.springframework.graphql.test.tester
-
- GraphQlTester.PathSpec - Interface in org.springframework.graphql.test.tester
-
Declare options available to assert data at a given path.
- GraphQlTester.RequestSpec<T extends GraphQlTester.RequestSpec<T>> - Interface in org.springframework.graphql.test.tester
-
Declare options to gather input for a GraphQL request and execute it.
- GraphQlTester.ResponseSpec - Interface in org.springframework.graphql.test.tester
-
Declare options to check the data and errors of a GraphQL response.
- GraphQlTester.SubscriptionSpec - Interface in org.springframework.graphql.test.tester
-
Declare options available to assert a GraphQL Subscription response.
- GraphQlTester.TraverseSpec - Interface in org.springframework.graphql.test.tester
-
Declare options to switch to different part of the GraphQL response.
- GraphQlWebSocketHandler - Class in org.springframework.graphql.web.webflux
-
- GraphQlWebSocketHandler(WebGraphQlHandler, ServerCodecConfigurer, Duration) - Constructor for class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
-
Create a new instance.
- GraphQlWebSocketHandler - Class in org.springframework.graphql.web.webmvc
-
- GraphQlWebSocketHandler(WebGraphQlHandler, HttpMessageConverter<?>, Duration) - Constructor for class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
Create a new instance.