- encoder(Encoder<?>) - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
Configure the JSON encoder to use for mapping response data to
higher level objects.
- entity(Class<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Convert the data at the given path to the target type.
- entity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Convert the data at the given path to the target type.
- entityList(Class<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Convert the data at the given path to a List of the target type.
- entityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Convert the data at the given path to a List of the target type.
- equals(Object) - Method in class org.springframework.graphql.data.method.HandlerMethod
-
- equals(Object) - Method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
- equals(Object) - Method in class org.springframework.graphql.support.DefaultGraphQlRequest
-
- error(String, GraphQLError) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
Create an "error"
server message.
- errorFilter(Predicate<ResponseError>) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
- errorFilter(Predicate<ResponseError>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
-
Configure a global
filter
that
applies to all requests.
- errors(List<GraphQLError>) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Set the
errors
of the GraphQL execution
result.
- errors() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Response
-
Return a spec to filter out or inspect errors.
- ErrorType - Enum in org.springframework.graphql.execution
-
Common categories to use to classify for exceptions raised by
DataFetcher
's that can enable a client to make automated
decisions.
- exceptionResolvers(List<DataFetcherExceptionResolver>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
- execute() - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
Execute request with a single response, e.g.
- execute(GraphQlRequest) - Method in interface org.springframework.graphql.client.GraphQlTransport
-
Execute a request with a single response such as a "query" or "mutation".
- execute(ExecutionGraphQlRequest) - Method in class org.springframework.graphql.execution.DefaultExecutionGraphQlService
-
- execute(ExecutionGraphQlRequest) - Method in interface org.springframework.graphql.ExecutionGraphQlService
-
Execute the request and return the response.
- execute() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Execute the GraphQL request and return a spec for further inspection of
response data and errors.
- executeAndVerify() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Execute the GraphQL request and verify the response contains no errors.
- executeSubscription() - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
Execute a "subscription" request and return a stream of responses.
- executeSubscription(GraphQlRequest) - Method in interface org.springframework.graphql.client.GraphQlTransport
-
Execute a "subscription" request with a stream of responses.
- executeSubscription() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Execute the GraphQL request as a subscription and return a spec with options to
transform the result stream.
- ExecutionGraphQlRequest - Interface in org.springframework.graphql
-
- ExecutionGraphQlResponse - Interface in org.springframework.graphql
-
- ExecutionGraphQlService - Interface in org.springframework.graphql
-
Strategy to execute a GraphQL request by invoking GraphQL Java.
- ExecutionGraphQlServiceTester - Interface in org.springframework.graphql.test.tester
-
- ExecutionGraphQlServiceTester.Builder<B extends ExecutionGraphQlServiceTester.Builder<B>> - Interface in org.springframework.graphql.test.tester
-
- executionId(ExecutionId) - Method in interface org.springframework.graphql.ExecutionGraphQlRequest
-
- executionId(ExecutionId) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
-
- expect(Predicate<ResponseError>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Errors
-
Use this to declare errors that are expected.
- extension(String, Object) - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
Add a value for a protocol extension.
- extension(String, Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Add a value for a protocol extension.
- extensions(Map<String, Object>) - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
Add all given protocol extensions.
- extensions(Map<Object, Object>) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Set the
extensions
of the GraphQL
execution result.
- extractThreadLocalValues(ThreadLocalAccessor, Context) - Static method in class org.springframework.graphql.execution.ReactorContextManager
-
Use the given accessor to extract ThreadLocal values and save them in a
sub-map in the given Context
, so those can be restored later
around the execution of data fetchers and exception resolvers.
- extractValues(Map<String, Object>) - Method in class org.springframework.graphql.execution.SecurityContextThreadLocalAccessor
-
- extractValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
-
Extract ThreadLocal values and add them to the given Map, so they can be
saved and subsequently
restored
around the
invocation of data fetchers and exception resolvers.